Xref: news-dnh.mv.net comp.os.msdos.djgpp:4249 Path: news-dnh.mv.net!mv!barney.gvi.net!news.netrail.net!imci2!newsfeed.internetmci.com!news.dacom.co.kr!news.uoregon.edu!newsadmin From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: Findfirst doesn't work in beta4 Date: Thu, 11 Jan 1996 08:39:09 GMT Organization: University of Oregon Lines: 12 Message-ID: <4d2i3v$6jr@pith.uoregon.edu> NNTP-Posting-Host: cisco-ts5-line31.uoregon.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have encountered what seems to be a bug in v2beta4. When I call findfirst() and it finds something, it always cuts off the first two letters of the resulting name. So calling findfirst() with the string "main.cpp" would result in the string "IN.CPP" being stored in the structure. Has anyone else encountered this? Is there a fix? Thanks for your help. -Josh