Changeset 33942 for branches/eam_branches/ipp-20120405/Ohana
- Timestamp:
- May 29, 2012, 4:13:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/libohana/src/string.c
r33646 r33942 134 134 line[i] = c; 135 135 } 136 if (ferror(f)) { 137 perror("scan_line: "); 138 return EOF; 139 } 136 140 line[i - 1] = 0; /* this could make things crash! */ 137 141
Note:
See TracChangeset
for help on using the changeset viewer.
