64-bit compile warning/error fixups
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3134 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -425,7 +425,7 @@ make_wireless_setting (shvarFile *ifcfg,
|
||||
|
||||
if (len > 32 || len == 0) {
|
||||
g_set_error (error, ifcfg_plugin_error_quark (), 0,
|
||||
"Invalid SSID '%s' (size %d not between 1 and 32 inclusive)",
|
||||
"Invalid SSID '%s' (size %zu not between 1 and 32 inclusive)",
|
||||
value, len);
|
||||
goto error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user