Build fixes
[platform/core/uifw/at-spi2-atk.git] / 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;
   }