thobo70
Results
1
issues of
thobo70
in file skeletons.c line 167: for (cp = line + 10; isspace(*cp) || *cp == '['; *cp++) *cp++ should be cp++ otherwise the character is counted up, not the pointer