Changeset 2408 for trunk/src/core/RpBuffer.cc
- Timestamp:
- Aug 24, 2011 7:01:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/RpBuffer.cc
r1527 r2408 172 172 FILE *f; 173 173 f = fopen(filePath, "wb"); 174 if (f != NULL) {174 if (f == NULL) { 175 175 status.addError("can't open \"%s\": %s\n", filePath, strerror(errno)); 176 176 return false;
Note: See TracChangeset
for help on using the changeset viewer.