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:
Dan Williams
2007-12-04 21:44:40 +00:00
parent 91126e546c
commit 761a059d78
3 changed files with 6 additions and 4 deletions

View File

@@ -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;
}