Changes between Version 1 and Version 2 of Ticket #3703


Ignore:
Timestamp:
10/19/16 09:47:26 (8 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3703 – Description

    v1 v2  
    88 
    99    if (lc_mc_search == NULL) 
    10         return g_string_new_len ('''replace_str'''->str, replace_str->len); 
     10        return g_string_new_len (replace_str->str, replace_str->len); 
    1111 
    1212    if ('''replace_str''' == NULL || replace_str->str == NULL || replace_str->len == 0)