Skip to content

Commit

Permalink
"Fix" applying multiple patches from the same patchfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2004
1 parent 24748c6 commit cdabbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mojopatch.c
Expand Up @@ -1931,6 +1931,10 @@ static int do_patching(void)
} /* if */
} /* if */
} /* if */

/* !!! FIXME: This loses command line overrides! */
memset(&header, '\0', sizeof (header));

report_error = 0;
} /* while */

Expand Down

0 comments on commit cdabbf4

Please sign in to comment.