mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
build: fix write length
This commit is contained in:
@ -167,7 +167,7 @@ add_file (SysprofProcSource *self,
|
|||||||
-1,
|
-1,
|
||||||
pid,
|
pid,
|
||||||
path,
|
path,
|
||||||
to_write > 0,
|
to_write == 0,
|
||||||
(const guint8 *)data,
|
(const guint8 *)data,
|
||||||
this_write);
|
this_write);
|
||||||
data += this_write;
|
data += this_write;
|
||||||
|
|||||||
Reference in New Issue
Block a user