Show
Ignore:
Timestamp:
03/30/08 15:05:21 (9 months ago)
Author:
gary
Message:

add casts to statements where implicit demotion stronger to weaker type occurred - this triggers a warning in VS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/prt_final.cpp

    r1891 r1894  
    138138        fprintf( ioQQQ, "\f\n"); 
    139139        fprintf( ioQQQ, "%23c", ' ' ); 
    140         int len = strlen(version::Inst().chVersion); 
     140        int len = (int)strlen(version::Inst().chVersion); 
    141141        int repeat = (72-len)/2; 
    142142        for( i=0; i < repeat; ++i )