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_mark.c

    r363 r481  
    6868static zAVLKey sh_log_mark_getkey(void const *item)
    6969{
    70   return ((struct sh_mark_event *)item)->label->str;
     70  return ((const struct sh_mark_event *)item)->label->str;
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.