> {PATH_MAX} > Maximum number of bytes in a pathname, including the > terminating null character.[1]
I stand corrected. I have moved the declaration of 'n' to the beginning of main (which while not technically required for c89 compliance, is stylistically consistent with the rest of the project) and applied the patch. David Galos