Sort includes and more cleanup and fixes in util/
This commit is contained in:
@@ -10,7 +10,7 @@ agetcwd(void)
|
||||
long size;
|
||||
|
||||
apathmax(&buf, &size);
|
||||
if(!getcwd(buf, size))
|
||||
if (!getcwd(buf, size))
|
||||
eprintf("getcwd:");
|
||||
|
||||
return buf;
|
||||
|
Reference in New Issue
Block a user