working -w
This commit is contained in:
@ -541,6 +541,7 @@ int writeFile(const char* pathname, const char* dirname) {
|
||||
size_t lung = 0;
|
||||
size_t incr = 0;
|
||||
size_t size = 0;
|
||||
|
||||
if ((fdi = open(pathname, O_RDONLY)) == -1) {
|
||||
perror("open");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user