diff options
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ static int readfile(const char *filename, struct memblock *mem) { - int ret, fd = open(filename, O_RDONLY); + int ret, fd; struct stat st; char *buf; |
index : subsurface.git | ||
forked from https://github.com/subsurface/subsurface | Tim Segers |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | file.c | 2 |
@@ -10,7 +10,7 @@ static int readfile(const char *filename, struct memblock *mem) { - int ret, fd = open(filename, O_RDONLY); + int ret, fd; struct stat st; char *buf; |