comparison GUIWindow.cpp @ 566:fcbb3c281217

QuickRef reputation string fix
author Nomad
date Tue, 05 Mar 2013 03:42:21 +0200
parents 9caf59edb1ee
children 628694cd5744
comparison
equal deleted inserted replaced
565:e429ad557cda 566:fcbb3c281217
1576 LABEL_16: 1576 LABEL_16:
1577 ++Str1a; 1577 ++Str1a;
1578 } 1578 }
1579 while ( (signed int)Str1a < (signed int)pNumLen ); 1579 while ( (signed int)Str1a < (signed int)pNumLen );
1580 } 1580 }
1581 pTmpBuf[Str1a + 1999] = 0; 1581 pTmpBuf2[Str1a - 1] = 0;
1582 pNumLen = strlen(pTmpBuf2); 1582 pNumLen = strlen(pTmpBuf2);
1583 v28 = pFont->GetLineWidth(pTmpBuf2); 1583 v28 = pFont->GetLineWidth(pTmpBuf2);
1584 if ( a8 ) 1584 if ( a8 )
1585 _strrev(pTmpBuf2); 1585 _strrev(pTmpBuf2);
1586 Str1b = 0; 1586 Str1b = 0;