commit | 2d5f142dc6ef1baddb0bf0e548df31ddae7a26c3 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 22 16:01:17 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 22 16:01:17 2014 +0100 |
tree | 67625a192740b000aba80aea06bfe32086cf014f | |
parent | dfab4c1193f87e3addaab0ac91dd5a2e929bc402 [diff] [blame] |
Fix warning in main_test
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index 67fb394..dc80135 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -144,8 +144,8 @@ { if( *p == '\\' ) { - *p++; - *p++; + p++; + p++; continue; } if( *p == ':' ) @@ -158,7 +158,7 @@ *p = '\0'; } - *p++; + p++; } // Replace newlines, question marks and colons in strings