Ignore:
Timestamp:
Jul 21, 2008, 1:04:12 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

CRequireFilesの管理をhash_setベースへ。保存時にFileIndexの記録を行っていなかった問題を修正。rev.669でコミットし忘れのcompiler_x86/NumOpe.cppを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ab_common/src/Lexical/Namespace.cpp

    r669 r700  
    6767    }
    6868
    69     lstrcpy( namespaceStr, namespaceScopes.ToString().c_str() );
     69    strcpy( namespaceStr, namespaceScopes.ToString().c_str() );
    7070
    7171    bool hasNamespace = false;
     
    7979    }
    8080
    81     lstrcpy( simpleName, fullName + lstrlen( namespaceStr ) + dotLength );
     81    strcpy( simpleName, fullName + strlen( namespaceStr ) + dotLength );
    8282}
    8383
Note: See TracChangeset for help on using the changeset viewer.