diff options
author | pancake@flubox <pancake@flubox> | 2009-12-21 14:40:12 +0100 |
---|---|---|
committer | pancake@flubox <pancake@flubox> | 2009-12-21 14:40:12 +0100 |
commit | 3f975a93b312d569af99b200f2a695d22a6fd55d (patch) | |
tree | 59a7bdd913104cb22c3ef94ed3e2d1d23ef93944 /src/main.h | |
parent | 5f4476566d894e0bab91a8257dbffa839fe4975b (diff) | |
download | 0xFFFF-3f975a93b312d569af99b200f2a695d22a6fd55d.tar.bz2 |
* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * Various random checks to ensure read/write ops are success
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ extern char *modes[]; extern char *root_devices[]; // fiasco -int openfiasco(char *name, const char *grep, int v); +int openfiasco(const char *name, const char *grep, int v); int fiasco_new(const char *filename, const char *name); void fiasco_data_read(struct header_t *header); int fiasco_add_eof(int fd); |