Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: 'z' replaced with '_' in filename. Message-ID: <8907040548.AA17351@yahi.Stanford.EDU> Date: 4 Jul 89 05:48:11 GMT References: <8907021903.AA12834@kewill.uucp> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 Fix this by changing || (*p >= 'a' && *p < 'z'))) to || (*p >= 'a' && *p <= 'z'))) in function finish_file. Obviously a typo. Michael