
wk at gnupg
Dec 2, 2009, 12:06 AM
Post #2 of 2
(396 views)
Permalink
|
Hi! On Tue, 01 Dec 2009 16:00:40 -0500, Wyllys Ingersoll <Wyllys.Ingersoll [at] Sun> wrote: > pinentry-curses.c has a switch statement that looks for > characters like "\t" and "\e", it should use numerical values > for these constants, different compilers intepret the characters > differently which results in unexpected behavior. I agree that \e is a non-standard extension and should be replace. However \t is a TAB and that is the same on all ASCII based systems. Right, we don't care about EBCDIC. Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|