Build fixes
authorMike Gorse <mgorse@novell.com>
Fri, 9 Apr 2010 21:04:53 +0000 (17:04 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 9 Apr 2010 21:04:53 +0000 (17:04 -0400)
atk-adaptor/adaptors/socket-adaptor.c

index 1b57fc6..58d19d5 100644 (file)
@@ -78,9 +78,9 @@ atspi_plug_component_get_extents (AtkComponent *component, gint *x, gint *y,
   if (!reply)
     return;
   signature = dbus_message_get_signature (reply);
-  if (strcmp (signature, "(iiii)") != 0)
+  if (g_strcmp0 (signature, "(iiii)") != 0)
   {
-    g_warning ("Got unexpected signature %s from GetExtents: %s\n", signature);
+    g_warning ("Got unexpected signature %s from GetExtents\n", signature);
     dbus_message_unref (reply);
     return;
   }