Just a minor oversight:
diff -ur global-5.9.6/libutil/char.c global-5.9-6/libutil/char.c
--- global-5.9.6/libutil/char.c Tue Jun 07 10:43:44 2011
+++ global-5.9-6/libutil/char.c Tue Jun 07 16:35:16 2011
@@ -116,7 +116,7 @@
strbuf_clear(sb);
strbuf_putc(sb, SHELL_QUOTE);
#if defined(__DJGPP__) || (defined(_WIN32) && !defined(__CYGWIN__))
- strbuf_puts(s);
+ strbuf_puts(sb, s);
#else
for (; *s; s++) {
if (*s == SHELL_QUOTE) {
--
Jason.
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global