Warren's ls now has -l argument which prints out lines in long format!
This commit is contained in:
+1
-1
@@ -717,7 +717,7 @@ sub sys_close {
|
||||
|
||||
# That filehandle is not open, set an error -1 in octal
|
||||
if ( !defined( $FD[$fd] ) ) {
|
||||
dprint("close: fd $fd is not open\n");
|
||||
dprintf("close: fd $fd is not open\n");
|
||||
$AC = MAXINT;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user