diff options
author | Eric Andersen | 2000-09-24 00:54:37 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-24 00:54:37 +0000 |
commit | 1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b (patch) | |
tree | 759e50cf4fdc135f0e9498d7e609601ea102e8cd /messages.c | |
parent | 0102a9fd48fe9ed16a1e2ad372cfa0fb65e87208 (diff) | |
download | busybox-1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b.zip busybox-1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b.tar.gz |
Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining
that thay exist and skipping such files when extracting and when archiving.
-Erik
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,9 +81,9 @@ #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN BB_DEF_MESSAGE(too_few_args, "too few arguments\n") #endif - - - +#if defined bb_need_name_longer_then_foo || ! defined BB_DECLARE_EXTERN + BB_DEF_MESSAGE(name_longer_then_foo, "Names longer then %d chars not supported.\n") +#endif #endif /* _BB_MESSAGES_C */ |