Fixed proper deletion of fixes if fix is NULL

This commit is contained in:
Anders Hafreager
2017-09-27 16:20:07 +02:00
parent 6d0a228624
commit 23e283f135
2 changed files with 9 additions and 2 deletions

View File

@ -95,6 +95,7 @@ class Modify : protected Pointers {
void add_fix(int, char **, int trysuffix=1);
void modify_fix(int, char **);
void delete_fix(const char *);
void delete_fix(int);
int find_fix(const char *);
int find_fix_by_style(const char *);
int check_package(const char *);