Hey,

Thanks ahead of time for any help you can give me on a problem Im having.


I have a UNIX C program that assigns a text list to a file pointer name "DirListPtr". Every time I run the program to go through the file, it lists the last entry in the text list twice.

I am stumped, any ideas?

The program uses the statement to go through the file.

Code:
while ((feof(DirListPtr)) == 0)


Thanks again,

Willz99ta