Changes between Version 2 and Version 3 of Ticket #3703


Ignore:
Timestamp:
10/23/16 06:04:31 (8 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3703 – Description

    v2 v3  
    1010        return g_string_new_len (replace_str->str, replace_str->len); 
    1111 
    12     if ('''replace_str''' == NULL || replace_str->str == NULL || replace_str->len == 0) 
     12    if (replace_str == NULL || replace_str->str == NULL || replace_str->len == 0) 
    1313        return g_string_new (""); 
    1414}}}