Changeset 1894 for trunk/source/parse_commands.cpp
- Timestamp:
- 03/30/08 15:05:21 (9 months ago)
- Files:
-
- 1 modified
-
trunk/source/parse_commands.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/parse_commands.cpp
r1891 r1894 127 127 { 128 128 /* this code prints pretty lines at top of output box */ 129 int indent = ( 122 - strlen(version::Inst().chVersion))/2;129 int indent = (int)((122 - strlen(version::Inst().chVersion))/2); 130 130 fprintf( ioQQQ, "%*cCloudy %s\n", indent, ' ', version::Inst().chVersion ); 131 131
