[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GLOBAL 5.9.6 DOS/Win Patch
From: |
Shigio YAMAGUCHI |
Subject: |
Re: GLOBAL 5.9.6 DOS/Win Patch |
Date: |
Tue, 07 Jun 2011 20:22:48 +0900 |
I have committed it.
Always thank you.
> 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.
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3