Update of /cvsroot/wxdevcenter/wxDevCenter/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13717/src
Modified Files:
FileSystemStandard.cpp
Log Message:
Fix des erreurs sous nunux
Index: FileSystemStandard.cpp
===================================================================
RCS file: /cvsroot/wxdevcenter/wxDevCenter/src/FileSystemStandard.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** FileSystemStandard.cpp 3 Jan 2005 18:00:47 -0000 1.5
--- FileSystemStandard.cpp 3 Jan 2005 18:09:46 -0000 1.6
***************
*** 391,395 ****
Archive* FileSystemStandardUnix::GetFileArchive(FilePath strPath, unsigned int nMode)
{
! return new ArchiveFile(strPath.GetFilePath(), Archive::nMode);
}
--- 391,395 ----
Archive* FileSystemStandardUnix::GetFileArchive(FilePath strPath, unsigned int nMode)
{
! return new ArchiveFile(strPath.GetFilePath(), (Archive::ARCHIVE_OPEN_MODE)nMode);
}
|