]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/sound.cpp
support mac on little endian systems
[wxWidgets.git] / src / mac / carbon / sound.cpp
index 93e36c103c395acf57c858fd741b28c62aa0e0b0..a4704e9b1c56f1deace524e026875b71d35a223c 100644 (file)
@@ -92,7 +92,7 @@ public:
         DisposeMovie(m_movie);
         Stop();
 
-        //Note that ExitMovies() is not neccessary, but
+        //Note that ExitMovies() is not necessary, but
         //the docs are fuzzy on whether or not TerminateQTML is
         ExitMovies();
 
@@ -422,8 +422,10 @@ bool wxSound::DoPlay(unsigned flags) const
                 int nError;
                 if ((nError = NativePathNameToFSSpec ((char*) m_sndname.c_str(), &sfFile, 0)) != noErr)
                 {
+/*
                     wxLogSysError(wxString::Format(wxT("File:%s does not exist\nError:%i"),
                                     m_sndname.c_str(), nError));
+*/
                     return false;
                 }
 #endif