Changes between Initial Version and Version 1 of Ticket #147, comment 7


Ignore:
Timestamp:
04/09/17 07:21:53 (7 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #147, comment 7

    initial v1  
    1212I'll test it and merge it into the bugfix branch.  
    1313> 
     14> {{{ 
    1415> char * 
    1516> unescape_string(const char *in) { 
     
    3334>     return result; 
    3435> } 
     36> }}} 
    3537> 
    3638> It's much simpler that way. It doesn't call strlen() unnecessarily. It