X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Juan Manuel Guerrero Newsgroups: comp.os.msdos.djgpp Subject: Re: Isues concerning the INT 21 Windows95 - LONG FILENAME FUNCTIONS (0x71XX) implementation. Date: Sun, 18 Sep 2011 04:28:57 -0700 (PDT) Organization: http://groups.google.com Lines: 14 Message-ID: References: <201109171356 DOT 53360 DOT juan DOT guerrero AT gmx DOT de> NNTP-Posting-Host: 95.208.137.71 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1316345430 13772 127.0.0.1 (18 Sep 2011 11:30:30 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 18 Sep 2011 11:30:30 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: o15g2000vbe.googlegroups.com; posting-host=95.208.137.71; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2,gzip(gfe) Bytes: 1752 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p8IBj1BI028617 Reply-To: djgpp AT delorie DOT com On 18 Sep., 07:35, Eli Zaretskii wrote: > > From: "Rod Pemberton" > > Newsgroups: comp.os.msdos.djgpp > > Date: Sun, 18 Sep 2011 01:00:35 -0400 > > >   if (r.x.flags & 1 || r.x.ax == 0x71a00) > > I suggest to put "r.x.flags & 1" in parentheses, to make the order of > operations explicit and unambiguous. I will fix this. Regards, Juan M. Guerrero