git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34315 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
                      "XANIM_PROPERTY", False);
     
     // Build the command
                      "XANIM_PROPERTY", False);
     
     // Build the command
-    xanim_command.Printf(wxT("xanim -Zr +Ze +Sr +f +W%d +f +q "
-                 "+Av70 %s %s"), m_internal->xanim_window,
-             (xanim_chg_size) ? _T("") : _T(""),
-             WXSTRINGCAST m_filename);
+    xanim_command.Printf(
+        wxT("xanim -Zr +Ze +Sr +f +W%d +f +q +Av70 %s %s"),
+        (int)m_internal->xanim_window,
+        (xanim_chg_size) ? _T("") : _T(""),   // ??? why ???
+        WXSTRINGCAST m_filename);
     
         // Execute it
     if (!wxExecute(xanim_command, false, m_xanim_detector))
     
         // Execute it
     if (!wxExecute(xanim_command, false, m_xanim_detector))