mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
parent
062fccf46f
commit
59269b6925
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ _assert_format_int (const char *format)
|
|||
g_assert (format);
|
||||
format++;
|
||||
g_assert (!strchr (format, '%'));
|
||||
g_assert (format[1] == 'd');
|
||||
g_assert (format[0] == 'd');
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue