paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/physfs/archivers dir.c,1.1.1.1.6.2,1.1.1.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/archivers dir.c,1.1.1.1.6.2,1.1.1.1.6.3
Date: Mon, 01 Jul 2002 13:15:24 -0400

Update of /cvsroot/paragui/paragui/src/physfs/archivers
In directory subversions:/tmp/cvs-serv17053/archivers

Modified Files:
      Tag: devel-1-0
        dir.c 
Log Message:
synced physfs



Index: dir.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/archivers/dir.c,v
retrieving revision 1.1.1.1.6.2
retrieving revision 1.1.1.1.6.3
diff -C2 -r1.1.1.1.6.2 -r1.1.1.1.6.3
*** dir.c       21 Jun 2002 20:07:52 -0000      1.1.1.1.6.2
--- dir.c       1 Jul 2002 17:15:22 -0000       1.1.1.1.6.3
***************
*** 49,59 ****
  static const FileFunctions __PHYSFS_FileFunctions_DIR =
  {
!     DIR_read,       /* read() method      */
!     NULL,           /* write() method     */
!     DIR_eof,        /* eof() method       */
!     DIR_tell,       /* tell() method      */
!     DIR_seek,       /* seek() method      */
      DIR_fileLength, /* fileLength() method */
!     DIR_fileClose   /* fileClose() method */
  };
  
--- 49,59 ----
  static const FileFunctions __PHYSFS_FileFunctions_DIR =
  {
!     DIR_read,       /* read() method       */
!     NULL,           /* write() method      */
!     DIR_eof,        /* eof() method        */
!     DIR_tell,       /* tell() method       */
!     DIR_seek,       /* seek() method       */
      DIR_fileLength, /* fileLength() method */
!     DIR_fileClose   /* fileClose() method  */
  };
  




reply via email to

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