Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18672
Modified Files:
FileIO.cpp
Log Message:
Use new file I/O wrapper
Index: FileIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FileIO.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FileIO.cpp 12 Apr 2007 05:21:50 -0000 1.1
+++ FileIO.cpp 12 Apr 2007 05:51:16 -0000 1.2
@@ -128,6 +128,8 @@
mFtp = NULL;
}
+ SetCatalogInfo();
+
mOpen = false;
}
@@ -143,7 +145,7 @@
wxUint32 type;
wxFileName fn(mName);
- wxString ext = fn.GetExt().ToUpper() + wxT(" ");
+ wxString ext = fn.GetExt().MakeUpper() + wxT(" ");
type = (ext[0] & 0xff) << 24 |
(ext[1] & 0xff) << 16 |
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs