Changeset 4 for abuse/trunk/src/nfclient.cpp
- Timestamp:
- Nov 6, 2005, 11:39:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/nfclient.cpp
r2 r4 135 135 { 136 136 long a=NF_read(nfs_fd,buf,count); 137 if (a> count)137 if (a>(long)count) 138 138 { 139 139 fprintf(stderr,"ooch read too much\n");
Note: See TracChangeset
for help on using the changeset viewer.