mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove a dead increment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user