summaryrefslogtreecommitdiff
path: root/messages.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-24 00:54:37 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-24 00:54:37 +0000
commit1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b (patch)
tree759e50cf4fdc135f0e9498d7e609601ea102e8cd /messages.c
parent0102a9fd48fe9ed16a1e2ad372cfa0fb65e87208 (diff)
downloadbusybox-w32-1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b.tar.gz
busybox-w32-1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b.tar.bz2
busybox-w32-1b1cfde1f8d66eafb1faa1b3272f9dac4c3b5b5b.zip
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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/messages.c b/messages.c
index 34b39f258..f7a772cbd 100644
--- a/messages.c
+++ b/messages.c
@@ -81,9 +81,9 @@
81#if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN 81#if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN
82 BB_DEF_MESSAGE(too_few_args, "too few arguments\n") 82 BB_DEF_MESSAGE(too_few_args, "too few arguments\n")
83#endif 83#endif
84 84#if defined bb_need_name_longer_then_foo || ! defined BB_DECLARE_EXTERN
85 85 BB_DEF_MESSAGE(name_longer_then_foo, "Names longer then %d chars not supported.\n")
86 86#endif
87 87
88 88
89#endif /* _BB_MESSAGES_C */ 89#endif /* _BB_MESSAGES_C */