Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_correlate.c

    r358 r481  
    105105int sh_keep_comp(const void * a, const void * b)
    106106{
    107   return ( (int)(((struct sh_keep *)a)->last) -
    108            (int)(((struct sh_keep *)b)->last) );
     107  return ( (int)(((const struct sh_keep *)a)->last) -
     108           (int)(((const struct sh_keep *)b)->last) );
    109109}
    110110
Note: See TracChangeset for help on using the changeset viewer.