Fix --remove handling in -m 16800 and -m 16801 with new outfile format

This commit is contained in:
jsteube
2019-04-02 18:39:42 +02:00
parent b8d609ba16
commit e5322c8bee
4 changed files with 135 additions and 67 deletions

View File

@@ -38,7 +38,7 @@ char *filename_from_filepath (char *filepath);
void naive_replace (char *s, const char key_char, const char replace_char);
void naive_escape (char *s, size_t s_max, const char key_char, const char escape_char);
__attribute__ ((format (printf, 2, 3))) void hc_asprintf (char **strp, const char *fmt, ...);
__attribute__ ((format (printf, 2, 3))) int hc_asprintf (char **strp, const char *fmt, ...);
void setup_environment_variables (void);
void setup_umask (void);