Ignore:
Timestamp:
Jun 17, 2008, 9:33:18 AM (16 years ago)
Author:
dai_9181
Message:

マイナス値として配列範囲外へのアクセスが生じてしまう不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp

    r632 r644  
    400400            {
    401401                extern char *calcNames[256];
    402                 char calcId = temporary[i+2];
     402                unsigned char calcId = temporary[i+2];
    403403                if( calcNames[calcId] )
    404404                {
Note: See TracChangeset for help on using the changeset viewer.