Loading tests/server/getpart.c +2 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ char *spitout(FILE *stream, char *main, char *sub, int *size) strcpy(csub, ptr); state = STATE_INSUB; break; default: break; } } if(display) { Loading Loading
tests/server/getpart.c +2 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ char *spitout(FILE *stream, char *main, char *sub, int *size) strcpy(csub, ptr); state = STATE_INSUB; break; default: break; } } if(display) { Loading