Disambiguate the error codes
This commit is contained in:
parent
817ee525f3
commit
9a65fd0ffa
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user