| Re: [AD] possible bug in filetest. |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
On 2001-12-10, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> For some reason, under djgpp, for_each_file() doesn't work the first
> time.
The problem was that for_each_file() tested against *allegro_errno
without first clearing it. I'm going to change it to look like this:
errno = *allegro_errno = 0;
do {
...
} while (al_findnext ...
4.0 is back on :-)
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |