Ignore:
Timestamp:
Mar 7, 2008, 5:32:29 AM (16 years ago)
Author:
dai_9181
Message:

[416]のコミットによって発生した64bit版での不具合を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/DataTable.cpp

    r409 r417  
    293293    BOOST_FOREACH( const std::string &paramStr, parameters )
    294294    {
     295        if( paramStr.size() == 0 )
     296        {
     297            throw;
     298        }
    295299        if( paramStr[0] == '\"' )
    296300        {
Note: See TracChangeset for help on using the changeset viewer.