ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/DumpReader.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/DumpReader.cpp (file contents):
Revision 2002 by tim, Sun Feb 13 06:57:48 2005 UTC vs.
Revision 2065 by tim, Tue Mar 1 14:45:45 2005 UTC

# Line 511 | Line 511 | void DumpReader::parseDumpLine(char *line, StuntDouble
511  
512      if (nTokens < 14) {
513              sprintf(painCave.errMsg,
514 <                    "DumpReader Error: Not enough Tokens.\n");
514 >                    "DumpReader Error: Not enough Tokens.\n%s\n", line);
515              painCave.isFatal = 1;
516              simError();
517      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines