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