[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/physfs/platform posix.c,1.1.2.1,1.1.2.2 b
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/physfs/platform posix.c,1.1.2.1,1.1.2.2 beos.c,1.1.1.1.6.1,NONE beos.cpp,1.1.2.1,NONE |
Date: |
Sun, 23 Jun 2002 05:11:50 -0400 |
Update of /cvsroot/paragui/paragui/src/physfs/platform
In directory subversions:/tmp/cvs-serv26101/src/physfs/platform
Modified Files:
Tag: devel-1-0
posix.c
Removed Files:
Tag: devel-1-0
beos.c beos.cpp
Log Message:
final PhysFS update
Index: posix.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/Attic/posix.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** posix.c 21 Jun 2002 20:09:07 -0000 1.1.2.1
--- posix.c 23 Jun 2002 09:11:48 -0000 1.1.2.2
***************
*** 363,368 ****
fd = open(filename, mode, S_IRUSR | S_IWUSR);
! if (fd < 0)
__PHYSFS_setError(strerror(errno));
retval = (int *) malloc(sizeof (int));
--- 363,370 ----
fd = open(filename, mode, S_IRUSR | S_IWUSR);
! if (fd < 0) {
__PHYSFS_setError(strerror(errno));
+ return NULL;
+ }
retval = (int *) malloc(sizeof (int));
--- beos.c DELETED ---
--- beos.cpp DELETED ---
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/physfs/platform posix.c,1.1.2.1,1.1.2.2 beos.c,1.1.1.1.6.1,NONE beos.cpp,1.1.2.1,NONE,
Alexander Pipelka <address@hidden> <=