Changeset 136 for trunk/lib/lru_cache.c


Ignore:
Timestamp:
01/23/09 12:29:51 (15 years ago)
Author:
tim
Message:

fixed various integer issues and memory allocation issues

polished error message functions and added initial messages in a few places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/lru_cache.c

    r122 r136  
    236236        return false;
    237237      }
     238      else
     239        e->index = tmp_index;
    238240    }
    239241    else
Note: See TracChangeset for help on using the changeset viewer.