adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src fileops.cc,1.5,1.6


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src fileops.cc,1.5,1.6
Date: Fri, 12 Apr 2002 16:02:53 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv16144

Modified Files:
        fileops.cc 
Log Message:
FIXED comment in the dialogue scripts generated by dlgedit
FIXED (most likely) issue that caused massive problems with the windows port


Index: fileops.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/fileops.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** fileops.cc  20 Feb 2002 19:02:26 -0000      1.5
--- fileops.cc  12 Apr 2002 20:02:51 -0000      1.6
***************
*** 49,53 ****
  bool gz_file::open (string fname, gz_type t)
  {
!     if (t == READ) file = gzopen (fname.c_str (),"r");
      else file = gzopen (fname.c_str (),"wb6");
      if (!file) return false;
--- 49,53 ----
  bool gz_file::open (string fname, gz_type t)
  {
!     if (t == READ) file = gzopen (fname.c_str (),"rb6");
      else file = gzopen (fname.c_str (),"wb6");
      if (!file) return false;




reply via email to

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