Skip to content

Commit

Permalink
Changed ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2002
1 parent d7c98fa commit c7f3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs_internal.h
Expand Up @@ -267,7 +267,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_ARC_IS_READ_ONLY "Archive is read-only"
#define ERR_IO_ERROR "I/O error"
#define ERR_CANT_SET_WRITE_DIR "Can't set write directory"
#define ERR_TOO_MANY_SYMLINKS "Too many symbolic links"
#define ERR_SYMLINK_LOOP "Infinite symbolic link loop"
#define ERR_COMPRESSION "(De)compression error"
#define ERR_NOT_IMPLEMENTED "Not implemented"
#define ERR_OS_ERROR "Operating system reported error"
Expand Down

0 comments on commit c7f3a2b

Please sign in to comment.