
22 Apr
2005
22 Apr
'05
11:51 p.m.
The "perl" output module in smidump seems to be a little naive about backslashes. [I may wind up fixing this one myself ...
Indeed. Patch attached.
*** dump-perl.c.ori 2005-04-22 17:45:16.000000000 -0400 --- dump-perl.c 2005-04-21 21:18:54.000000000 -0400 *************** *** 47,52 **** --- 47,53 ----
static PerlEscape perlEscapes [] = { { ''', "\'" }, + { '\', "\\" }, { 0, NULL } };