paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/core physfsrwops.cpp,1.1.2.2,1.1.2.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core physfsrwops.cpp,1.1.2.2,1.1.2.3
Date: Thu, 18 Jul 2002 03:27:55 -0400

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv18999/src/core

Modified Files:
      Tag: devel-1-0
        physfsrwops.cpp 
Log Message:
fixed wrong checkin of broken physfsrwops.cpp


Index: physfsrwops.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/Attic/physfsrwops.cpp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** physfsrwops.cpp     18 Jul 2002 07:24:14 -0000      1.1.2.2
--- physfsrwops.cpp     18 Jul 2002 07:27:52 -0000      1.1.2.3
***************
*** 100,105 ****
  {
      PHYSFS_file *handle = (PHYSFS_file *) rw->hidden.unknown.data1;
! //    PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, size, maxnum);
!     PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, maxnum, size);
      if (rc != maxnum)
      {
--- 100,104 ----
  {
      PHYSFS_file *handle = (PHYSFS_file *) rw->hidden.unknown.data1;
!     PHYSFS_sint64 rc = PHYSFS_read(handle, ptr, size, maxnum);
      if (rc != maxnum)
      {




reply via email to

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