From: Adam Fedor <[EMAIL PROTECTED]> To: Yen-Ju Chen <[EMAIL PROTECTED]> CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: ANN: GNUstep base/make Version 1.7.4 Date: 19 Sep 2003 20:42:19 -0600
On Wed, 2003-09-17 at 09:21, Yen-Ju Chen wrote:
Maybe I understand, but I think the else clause is for both eIn=YES and eIn=NO, so perhaps it should be this?
The else clause is for eOut:
if (eOut == YES) { ... }
else
{
/* The code I think need to be fixed */
} But eOut and eIn can't exist at the same time
(I don't think anyone use "-EscapeIn yes -EscapeOut yes"),
therefore the else clause work only for eIn == YES.
For the (eIn == yes) case ("-EscapeIn yes"),
it should always write the file using default C string,
which is iEnc, not oEnc.Yen-Ju
<< cvtenc.patch >>
_________________________________________________________________
Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join.msn.com/?PAGE=features/es
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
