paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test dblbuffer.cpp,1.1.1.1.6.2,1.1.1.1.6.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test dblbuffer.cpp,1.1.1.1.6.2,1.1.1.1.6.3
Date: Mon, 03 Jun 2002 06:51:42 -0400

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv29512/test

Modified Files:
      Tag: devel-1-0
        dblbuffer.cpp 
Log Message:
fixed "const" problem with Width() & Height() in PG_Rect



Index: dblbuffer.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/dblbuffer.cpp,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
*** dblbuffer.cpp       3 Jun 2002 10:21:19 -0000       1.1.1.1.6.2
--- dblbuffer.cpp       3 Jun 2002 10:51:39 -0000       1.1.1.1.6.3
***************
*** 207,211 ****
        mem = (Uint8 *)malloc(4*sizeof(SDL_Rect)*numsprites);
        if ( mem == NULL ) {
-               SDL_FreeSurface(sprite);
                PG_LogMSG("Out of memory!");
                exit(2);
--- 207,210 ----




reply via email to

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