Changeset 25191
- Timestamp:
- 04/26/08 15:35:00 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/tools/fs_shell/fs_shell_command_unix.cpp
r20894 r25191 89 89 fprintf(stderr, "Error: Unexpected end of fs_shell reply. Was " 90 90 "still expecting %d bytes\n", toRead); 91 close(fd); 91 92 return false; 92 93 } … … 95 96 toRead -= bytesRead; 96 97 } 98 close(fd); 97 99 98 100 *result = reply.error;
