genode/repos/libports/src/lib/fuse-ext2/patches/unix_io.c.patch
2014-05-27 11:14:42 +02:00

11 lines
275 B
Diff

+++ src/lib/fuse-ext2/e2fsprogs-1.41.12.newgit/ext2fs/unix_io.c
@@ -200,7 +200,7 @@
errcode_t retval;
size_t size, alignsize, fragment;
ext2_loff_t location;
- int total = 0, actual;
+ int total = 0, actual = 0;
#define BLOCKALIGN 512
char sector[BLOCKALIGN];