X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Wed, 29 Nov 2006 03:29:05 -0600 From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: fnmatch("\\\\", "\", 0) == 1 ??? Date: Wed, 29 Nov 2006 01:28:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Message-ID: Lines: 7 NNTP-Posting-Host: 24.18.54.10 X-Trace: sv3-THy6O223CW7vhoOybybwZvxYKQnytBt5/NvzB0iDOASL481aK63SIgJ7k/4R994SP8NVnDI4fg9y+fG!GvA60vqbb2WzCeW4rkrv0ep6AoCpiq3oWePlfl98Ww3KNdzOR3UycOAVCgUDTuft1iQqEytLPEJR!OGUbDjkN6g== X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com FYI fnmatch("\\\\", "\", 0) in DJGPP returns 1(no match) -- the escaping functionality seems to be broken. The same function call returns 0 (match) in Linux (Red Hat 9 kernel 2.4.20) -- what it should be. Alex