Changes between Initial Version and Version 1 of Ticket #3703


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3703 – Description

    initial v1  
    11Please replace (mc/lib/search/search.c): 
    22 
     3{{{ 
    34GString * 
    45mc_search_prepare_replace_str (mc_search_t * lc_mc_search, GString * replace_str) 
     
    1112    if ('''replace_str''' == NULL || replace_str->str == NULL || replace_str->len == 0) 
    1213        return g_string_new (""); 
    13  
     14}}} 
    1415 
    1516------------- on ------------- 
    1617 
    17  
     18{{{ 
    1819GString * 
    1920mc_search_prepare_replace_str (mc_search_t * lc_mc_search, GString * replace_str) 
     
    2728    if (lc_mc_search == NULL) 
    2829        return g_string_new_len (replace_str->str, replace_str->len); 
     30}}}