On Wed, Nov 25, 2015 at 03:04:22AM -0800, Robert Ransom wrote: > On 11/24/15, [email protected] <[email protected]> wrote: > > commit 1aa2143073c30f374c33e0288135dc3e04494588 > > Author: Roberto E. Vargas Caballero <[email protected]> > > AuthorDate: Tue Nov 24 20:29:45 2015 +0100 > > Commit: Roberto E. Vargas Caballero <[email protected]> > > CommitDate: Tue Nov 24 20:29:45 2015 +0100 > > > + case '\'': c = '\\'; return c; > > I think this is supposed to be c = '\'' .
Yes, you are right, it should be '\''. Pancake, are you going to send the patch about return c = ...? If you send it you can also fix this error. In other case, please let me know it, and I will create the patch. Regards,
