Changeset 2045 for trunk/source/service.cpp
- Timestamp:
- 05/12/08 03:16:01 (8 months ago)
- Files:
-
- 1 modified
-
trunk/source/service.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/service.cpp
r2035 r2045 140 140 if( lgFail ) 141 141 { 142 fprintf( ioQQQ, " A syntax error occur ed while splitting the string: \"%s\"\n", str.c_str() );142 fprintf( ioQQQ, " A syntax error occurred while splitting the string: \"%s\"\n", str.c_str() ); 143 143 fprintf( ioQQQ, " The separator is \"%s\". Empty substrings are not allowed.\n", sep.c_str() ); 144 144 cdEXIT(EXIT_FAILURE); … … 929 929 else 930 930 { 931 /* round number off for 9.3 format, neg numb not possi lbe */931 /* round number off for 9.3 format, neg numb not possible */ 932 932 tvalue = value; 933 933 xlog = log10( tvalue );
