[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GLOBAL 5.9.6 DOS/Win Patch
From: |
Jason Hood |
Subject: |
GLOBAL 5.9.6 DOS/Win Patch |
Date: |
Tue, 07 Jun 2011 17:00:32 +1000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 |
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.
- GLOBAL 5.9.6 DOS/Win Patch,
Jason Hood <=