/[rdesktop]/sourceforge.net/trunk/rdesktop/cache.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/cache.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC revision 726 by stargo, Sun Jun 27 18:53:08 2004 UTC
# Line 39  cache_remove_lru_bitmap(uint8 cache_id) Line 39  cache_remove_lru_bitmap(uint8 cache_id)
39  {  {
40          int i;          int i;
41          uint16 cache_idx = 0;          uint16 cache_idx = 0;
42          uint32 m = -1;          uint32 m = (uint32)-1;
43          BMPCACHEENTRY *pbce;          BMPCACHEENTRY *pbce;
44    
45          for (i = 0; i < NUM_ELEMENTS(g_bmpcache[cache_id]); i++)          for (i = 0; i < NUM_ELEMENTS(g_bmpcache[cache_id]); i++)

Legend:
Removed from v.725  
changed lines
  Added in v.726

  ViewVC Help
Powered by ViewVC 1.1.26