Fix genext2fs so it will run on system where char is unsigned
This commit is contained in:
parent
74a189fdc9
commit
61d1ee8615
@ -2137,7 +2137,7 @@ diff -urN genext2fs-1.3.orig/genext2fs.c genext2fs-1.3/genext2fs.c
|
||||
filesystem *fs;
|
||||
int i;
|
||||
- int c;
|
||||
+ char c;
|
||||
+ int c;
|
||||
+ struct stat sb;
|
||||
+ FILE *devtable = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user