Change again.

Opps.
pull/2098/head
pxli168 11 years ago
parent 70d462b352
commit 44ecb727c5
  1. 2
      modules/core/src/command_line_parser.cpp

@ -65,7 +65,7 @@ static void from_str(const String& str, int type, void* dst)
{
std::string temp;
ss >> temp;
*(bool*) = temp == "true";
*(bool*) dst = temp == "true";
}
else if( type == Param::UNSIGNED_INT )
ss >> *(unsigned*)dst;

Loading…
Cancel
Save