[Top][All Lists]
[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 */
};
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/physfs/archivers dir.c,1.1.1.1.6.2,1.1.1.1.6.3,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/src/physfs physfs.c,1.1.1.1.6.3,1.1.1.1.6.4
- Next by Date:
[paragui-cvs] CVS: paragui/src/physfs/platform macclassic.c,1.1.2.2,1.1.2.3 posix.c,1.1.2.2,1.1.2.3 unix.c,1.1.1.1.6.2,1.1.1.1.6.3 win32.c,1.1.1.1.6.9,1.1.1.1.6.10
- Previous by thread:
[paragui-cvs] CVS: paragui/src/physfs physfs.c,1.1.1.1.6.3,1.1.1.1.6.4
- Next by thread:
[paragui-cvs] CVS: paragui/src/physfs/platform macclassic.c,1.1.2.2,1.1.2.3 posix.c,1.1.2.2,1.1.2.3 unix.c,1.1.1.1.6.2,1.1.1.1.6.3 win32.c,1.1.1.1.6.9,1.1.1.1.6.10
- Index(es):