Changes between Initial Version and Version 1 of Ticket #147, comment 7
- Timestamp:
- 04/09/17 07:21:53 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #147, comment 7
initial v1 12 12 I'll test it and merge it into the bugfix branch. 13 13 > 14 > {{{ 14 15 > char * 15 16 > unescape_string(const char *in) { … … 33 34 > return result; 34 35 > } 36 > }}} 35 37 > 36 38 > It's much simpler that way. It doesn't call strlen() unnecessarily. It