From: Matthias Clasen Date: Mon, 7 Sep 2009 07:12:06 +0000 (-0400) Subject: Remove a dead increment X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=30645bd0a584137585d572b37f39d2904bba0a8f;p=dana%2Fcg-glib.git Remove a dead increment --- diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c index a61cc557..7076aac8 100644 --- a/gio/glocalfileinfo.c +++ b/gio/glocalfileinfo.c @@ -323,7 +323,7 @@ hex_escape_string (const char *str, *p++ = hex_digits[c & 0xf]; } } - *p++ = 0; + *p = 0; *free_return = TRUE; return escaped_str;