diff options
Diffstat (limited to 'src/util.c')
| -rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ readall(int fd, void *buf, size_t n) break; ptr += (size_t)r; } - return r; + return ptr; } int |
![]() |
index : blind | |
| make(1)-centric video editor | Mattias Andrée <m@maandree.se> |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | src/util.c | 2 |
@@ -122,7 +122,7 @@ readall(int fd, void *buf, size_t n) break; ptr += (size_t)r; } - return r; + return ptr; } int |