Changeset 481 for trunk/src/sh_log_correlate.c
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_log_correlate.c
r358 r481 105 105 int sh_keep_comp(const void * a, const void * b) 106 106 { 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) ); 109 109 } 110 110
Note:
See TracChangeset
for help on using the changeset viewer.