openbsd-ports/archivers/gtar/patches/patch-lib_copysym_c
naddy 881b3007a0 - update to 1.13.23; input from todd@
- fix install of info docs
2001-09-19 17:30:44 +00:00

13 lines
354 B
Plaintext

$OpenBSD: patch-lib_copysym_c,v 1.1 2001/09/19 17:30:44 naddy Exp $
--- lib/copysym.c.orig Wed Sep 19 18:38:31 2001
+++ lib/copysym.c Wed Sep 19 18:39:22 2001
@@ -60,7 +60,7 @@ copyright_symbol (char *buf, size_t bufs
#endif
}
- if (*outcharset)
+ if (outcharset && *outcharset)
{
iconv_t conv = iconv_open (outcharset, "UTF-8");