[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/physfs physfs.c,1.1.1.1.6.3,1.1.1.1.6.4
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/physfs physfs.c,1.1.1.1.6.3,1.1.1.1.6.4 |
Date: |
Mon, 01 Jul 2002 13:15:24 -0400 |
Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv17053
Modified Files:
Tag: devel-1-0
physfs.c
Log Message:
synced physfs
Index: physfs.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/physfs.c,v
retrieving revision 1.1.1.1.6.3
retrieving revision 1.1.1.1.6.4
diff -C2 -r1.1.1.1.6.3 -r1.1.1.1.6.4
*** physfs.c 21 Jun 2002 20:07:52 -0000 1.1.1.1.6.3
--- physfs.c 1 Jul 2002 17:15:21 -0000 1.1.1.1.6.4
***************
*** 1322,1325 ****
--- 1322,1326 ----
__PHYSFS_platformGrabMutex(stateLock);
+ BAIL_IF_MACRO_MUTEX(!searchPath, ERR_NOT_IN_SEARCH_PATH, stateLock, NULL);
for (i = searchPath; i != NULL; i = i->next)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/physfs physfs.c,1.1.1.1.6.3,1.1.1.1.6.4,
Alexander Pipelka <address@hidden> <=