diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-12 17:15:22 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-12 17:15:22 -0500 |
| commit | c0bc883bcfca5791ea64d488caf359a2c8de4360 (patch) | |
| tree | bc72765712fd1616b68f3e72654df9ee2a289714 /src/sanity.h | |
| parent | 1fa2b732b7b6c1539995fa40605d9bcf807ac357 (diff) | |
| download | alftools-c0bc883bcfca5791ea64d488caf359a2c8de4360.tar.gz | |
Do not print unprintable characters in filenames.
Diffstat (limited to 'src/sanity.h')
| -rw-r--r-- | src/sanity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sanity.h b/src/sanity.h index b1f3821..30a1ed9 100644 --- a/src/sanity.h +++ b/src/sanity.h @@ -1,2 +1,3 @@ void bad_atari_filename(const char *msg); void sanity_check_filename(const char *fname); +int safe_print_filename(const char *fname, FILE *fh); |
