On Wed, Aug 06, 2003 at 11:36:48AM +0200, [EMAIL PROTECTED] wrote: > > Hi, > > had the following error after a near miss of the enter key :) > > - F3 + "galeon" + backslash + enter > - restart ion
Replacing the line
if(((*str)&0x7f)<32 || *str=='"'){
with
if(((*str)&0x7f)<32 || *str=='"' || *str=='\\'){
in ioncore/saveload.c should fix it (untested).
--
Tuomo
