ref: 6fe067d939ee51d96c62c6f38eb50058ba4f4a26
parent: 6fd6c7af4675e97f9bcf677edf426b37998f9c13
author: KuroiIeWa5Da <tyuki@adu.me>
date: Fri Jan 27 19:42:54 EST 2012
fixed problem with compiling wav pattern program hg-commit-id: 5b445278c010
--- a/music/pokeredwavptnvis/Console.cpp
+++ b/music/pokeredwavptnvis/Console.cpp
@@ -47,8 +47,8 @@
// Better Error Handling
int Console::atoi_ex(const char* input, bool supress)
{
- int convInp = atoi(input);
- if((supress == false) && (convInp == 0))
- PrintLn("Warning: the converted integer input is 0, this may not be what you intended");
- return convInp;
+ //int convInp = atoi(input);
+ //if((supress == false) && (convInp == 0))
+ // PrintLn("Warning: the converted integer input is 0, this may not be what you intended");
+ // return convInp;
}