* atk-bridge/bridge.c:
[platform/core/uifw/at-spi2-atk.git] / test / keysynth-demo.c
index 305f805..a3635d0 100644 (file)
@@ -243,7 +243,7 @@ label_buttons(SPIBoolean shifted)
           /* Note: these routines are not i18n-savvy,  we need to use XIM, other methods here */
          if (keysym && g_ascii_isprint((int)keysym))
            {
-             snprintf (label, 2, "%c", (int) keysym); 
+             g_snprintf (label, 2, "%c", (int) keysym); 
            }
          else
            {