]> mj.ucw.cz Git - libucw.git/commit
Fixed a bug in str_unesc() and added a testsuite.
authorMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 19:50:08 +0000 (21:50 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 25 Jun 2008 19:50:08 +0000 (21:50 +0200)
commitba770b46f3f4d25622d98a46970100d2ca1cc224
treeaf2dca026f2470927386c497e3cf94d2a113869e
parentb2c4b501ef864afd65287d0dad9d9daedeef0c2c
Fixed a bug in str_unesc() and added a testsuite.

Prior to this fix, the first character after an octal escape
sequence was copied literally.
lib/Makefile
lib/str-esc.c