diff options
Diffstat (limited to 'ue4/mycpu/mycpu.cpp')
| -rw-r--r-- | ue4/mycpu/mycpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ue4/mycpu/mycpu.cpp b/ue4/mycpu/mycpu.cpp index e9525d2..aefe0cb 100644 --- a/ue4/mycpu/mycpu.cpp +++ b/ue4/mycpu/mycpu.cpp | |||
| @@ -180,7 +180,7 @@ int main(int argc, char* argv[]) | |||
| 180 | return 1; | 180 | return 1; |
| 181 | } | 181 | } |
| 182 | 182 | ||
| 183 | if (bc < 2 || bc > 31) | 183 | if (bc < 2 || bc > 32) |
| 184 | { | 184 | { |
| 185 | cerr << me << ": Paramater 'format' must be inbetween 2 and 32." << endl; | 185 | cerr << me << ": Paramater 'format' must be inbetween 2 and 32." << endl; |
| 186 | return 1; | 186 | return 1; |
