Parent Directory
|
Revision Log
update
| 1 | --- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp.ook 2006-02-14 01:50:13.000000000 -0500 |
| 2 | +++ Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp 2006-02-14 01:50:58.000000000 -0500 |
| 3 | @@ -848,8 +848,8 @@ |
| 4 | for ( i=0; i<dirtymaplen; ++i ) { |
| 5 | if ( dirtymap[i] != NULL ) { |
| 6 | dirtymap[i] = (SDL_Rect *)( |
| 7 | - ((int)dirtymap[i]-(int)updatelist) + |
| 8 | - (int)newlist |
| 9 | + ((long)dirtymap[i]-(long)updatelist) + |
| 10 | + (long)newlist |
| 11 | ); |
| 12 | } |
| 13 | } |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |