Xref: news2.mv.net comp.os.msdos.djgpp:5722 From: wgalazka AT zoolook DOT chem DOT uw DOT edu DOT pl (Wojciech Galazka) Newsgroups: comp.os.msdos.djgpp Subject: Re: [_dos_]find{first|next} problem! Date: Mon, 8 Jul 1996 11:02:31 GMT Organization: University of Warsaw, Department of Chemistry Lines: 22 Message-ID: References: <836737189 DOT 11199 DOT 0 AT abwillms DOT demon DOT co DOT uk> NNTP-Posting-Host: andrew.chem.uw.edu.pl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <836737189 DOT 11199 DOT 0 AT abwillms DOT demon DOT co DOT uk> alaric AT abwillms DOT demon DOT co DOT uk (Alaric B. Williams) writes: >From: alaric AT abwillms DOT demon DOT co DOT uk (Alaric B. Williams) >Subject: [_dos_]find{first|next} problem! >Date: Sun, 07 Jul 1996 11:01:12 GMT > >Say, does anyone have any idea why: >findfirst/findext or _dos_findirst/_dos_findnext >/BOTH/ give filenames with the first two characters missing??? >IE, a directory containing > >CTREE.RES >SM_FONT.RES > >causes the second snippet to print: > >REE.RES >_FONT.RES > I have the same problem but in my port of TV 2.0 they in one pice of code work well while in other parts don't. Any ideas ???