Changeset 14960
- Timestamp:
- 02/25/13 14:41:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/ofits.h
r14935 r14960 258 258 259 259 if (!entry.check()) 260 { //ETIENNE260 { 261 261 if (!fCommentTrimming) 262 262 return false; 263 263 264 //looks like something went wrong. Maybe entry is too long ? 264 265 //try to remove the comment … … 266 267 if (!entry.check()) 267 268 return false; 268 gLog << "WARNING: removed comment from over-sized entry " << key << endl; 269 } 269 270 #ifdef __MARS__ 271 gLog << ___warn___ << "WARNING - Removed comment from over-sized entry " << key << endl; 272 #endif 273 } 274 270 275 fKeys.push_back(entry); 271 276 return true;
Note:
See TracChangeset
for help on using the changeset viewer.