Changeset 6141 for trunk/PARSIMONY/AP_buffer.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PARSIMONY/AP_buffer.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PARSIMONY/AP_buffer.cxx
r5390 r6141 78 78 } else { 79 79 if ( pointer->next == 0) { 80 new AP_ERR("AP_STACK: get()"," more get() than element in stack");80 new AP_ERR("AP_STACK: get()"," more get() than elements in stack"); 81 81 pointer = 0; 82 82 return 0;
