]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/vidxanm.cpp
wxOS2/OW warning and build fixes.
[wxWidgets.git] / contrib / src / mmedia / vidxanm.cpp
index 2d767c14b70b9dfe382a87617d569080306ed126..2ffed89ff06c1f95db4c283cf5e65a9ce0ee086a 100644 (file)
@@ -475,10 +475,11 @@ bool wxVideoXANIM::RestartXANIM()
                      "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))