paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/themes themeloader.cpp,1.3,1.3.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/themes themeloader.cpp,1.3,1.3.6.1
Date: Wed, 29 May 2002 11:34:12 -0400

Update of /cvsroot/paragui/paragui/src/themes
In directory subversions:/tmp/cvs-serv24542/src/themes

Modified Files:
      Tag: devel-1-0
        themeloader.cpp 
Log Message:
adapted VC++ workspace
fixed PhysFS for Win32 (Ryan messed this up really badly)
compilation fixes



Index: themeloader.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/themes/themeloader.cpp,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** themeloader.cpp     15 Apr 2002 13:35:36 -0000      1.3
--- themeloader.cpp     29 May 2002 15:34:09 -0000      1.3.6.1
***************
*** 417,421 ****
        if(info.archive.Exists(filename.c_str())) {
                const char* path = info.archive.GetRealDir(filename.c_str());
!               std::string fullpath = (std::string)path + (std::string)"/" + 
filename;
  
                bool rc = info.archive.AddArchive(fullpath.c_str());
--- 417,421 ----
        if(info.archive.Exists(filename.c_str())) {
                const char* path = info.archive.GetRealDir(filename.c_str());
!               std::string fullpath = (std::string)path + filename;
  
                bool rc = info.archive.AddArchive(fullpath.c_str());




reply via email to

[Prev in Thread] Current Thread [Next in Thread]