Disambiguate the error codes

This commit is contained in:
Pierre Pronchery 2015-06-22 19:33:24 -04:00
parent 817ee525f3
commit 9a65fd0ffa

View File

@ -36,7 +36,7 @@ static int _test(char const * progname, String * s)
string_clear(s);
for(i = 0; i <= len; i++)
if(s[i] != '\0')
return 2;
return 4;
return 0;
}