Changeset 283

Show
Ignore:
Timestamp:
11/04/06 14:12:52 (2 years ago)
Author:
bart
Message:

It seems I'm longer able to do simple comparisons, this

should fix #187 and is a real fix for #182

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r281 r283  
     12006-11-04  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * It seems I'm longer able to do simple comparisons, this  
     4          should fix #187 and is a real fix for #182 
     5 
    162006-10-26  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    27 
  • eaccelerator/trunk/cache.c

    r279 r283  
    625625                 
    626626                if (p->ttl) { 
    627                     if (p->ttl < t) { 
     627                    if (p->ttl > t) { 
    628628                        add_assoc_long(list, "ttl", p->ttl); // ttl 
    629629                    } else {