File opie-2.4-undef.patch of Package opie
--- ftpcmd.y +++ ftpcmd.y @@ -1031,7 +1031,7 @@ dostr1: if (cbuf[cpos] == ' ') { cpos++; - state = state == OSTR ? STR2 : ++state; + state = state == OSTR ? STR2 : state+1; return (SP); } break;
--- ftpcmd.y +++ ftpcmd.y @@ -1031,7 +1031,7 @@ dostr1: if (cbuf[cpos] == ' ') { cpos++; - state = state == OSTR ? STR2 : ++state; + state = state == OSTR ? STR2 : state+1; return (SP); } break;