Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!mcsun!cernvax!chx400!fatcat!acadch!impch!accsys!augs!josef From: josef@augs.ccs.imp.com (Josef Egloff) Newsgroups: comp.sys.amiga.tech Subject: manx aztec c 5.0a bugs? Message-ID: Date: 9 Aug 90 01:23:34 GMT Lines: 28 since a couple of month I own manx c v5.0a. in the includefile functions.h are the prototypes of most system functions included, but there are some bugs (I think). the functions Examine() and ExNext are not correct. the include file reads long Examine (BPTR lock, BPTR FileInfoBlock); and long ExNext (BPTR lock, BPTR FileInfoBlock); but this crashes the system with a disk corrupt requester, I think the prototypes should be like this long Examine (BPTR lock, struct FileInfoBlock *fib); and long ExNext (BPTR lock, struct FileInfoBlock *fib); is this correct? I hope, I use it now in my program and it works! has anybody had the same problem to? are there more such bugs in aztec 5.0a? if someone has more fixes please send them to me. cu josef -- < Josef Egloff | USENET: josef@augs.ccs.imp.com > < Pfaffnernweg 19 | PATH: impch!accsys!augs!josef > < CH - 4852 Rothrist | CBMNET: cbmswi!augs1!jegloff > < Switzerland | AUGS: as SYSOP (acc #1) >