mirror of
https://abf.rosa.ru/djam/nx.git
synced 2025-02-23 15:42:51 +00:00
12 lines
455 B
Diff
12 lines
455 B
Diff
![]() |
--- Loop.cpp.orig 2009-07-06 12:38:10.000000000 +0200
|
||
|
+++ Loop.cpp 2009-07-06 12:38:14.000000000 +0200
|
||
|
@@ -10979,7 +10979,7 @@
|
||
|
packMethod == PACK_LOSSLESS ||
|
||
|
packMethod == PACK_ADAPTIVE)
|
||
|
{
|
||
|
- char *dash = rindex(opt, '-');
|
||
|
+ const char *dash = rindex(opt, '-');
|
||
|
|
||
|
if (dash != NULL && strlen(dash) == 2 &&
|
||
|
*(dash + 1) >= '0' && *(dash + 1) <= '9')
|