Cppcheck fixes
(cherry picked from commit 3e35fe4d80
)
# Conflicts:
# app/widgets/gimpcolordialog.c
# libgimpwidgets/gimpchainbutton.c
This commit is contained in:

committed by
Jacob Boerema

parent
dda9339969
commit
bfc59da987
@ -382,7 +382,7 @@ pattern_to_attrs (const gchar *text,
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
while (*p && *q && *q != '_')
|
||||
while (*p && q && *q != '_')
|
||||
{
|
||||
p = g_utf8_next_char (p);
|
||||
q++;
|
||||
|
Reference in New Issue
Block a user