paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/physfs/platform unix.c,1.1.1.1.6.8,1.1.1.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/platform unix.c,1.1.1.1.6.8,1.1.1.1.6.9
Date: Fri, 06 Dec 2002 12:54:55 -0500

Update of /cvsroot/paragui/paragui/src/physfs/platform
In directory subversions:/tmp/cvs-serv21436/src/physfs/platform

Modified Files:
      Tag: devel-1-0
        unix.c 
Log Message:
updated physfs (no more crashed in writefile)



Index: unix.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/unix.c,v
retrieving revision 1.1.1.1.6.8
retrieving revision 1.1.1.1.6.9
diff -C2 -r1.1.1.1.6.8 -r1.1.1.1.6.9
*** unix.c      1 Nov 2002 10:43:36 -0000       1.1.1.1.6.8
--- unix.c      6 Dec 2002 17:54:52 -0000       1.1.1.1.6.9
***************
*** 222,226 ****
          /* build full binary path... */
          strcpy(exe, start);
!         if (exe[strlen(exe) - 1] != '/')
              strcat(exe, "/");
          strcat(exe, bin);
--- 222,226 ----
          /* build full binary path... */
          strcpy(exe, start);
!         if ((exe[0] == '\0') || (exe[strlen(exe) - 1] != '/'))
              strcat(exe, "/");
          strcat(exe, bin);





reply via email to

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