summaryrefslogtreecommitdiff
path: root/pr/src/misc/prerr.c
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-02-23 23:38:19 +0000
committerwtc%netscape.com <devnull@localhost>2000-02-23 23:38:19 +0000
commitc946b6be47b3c83eef19f3347c17af256a08ef50 (patch)
treeb1bf74cbb393831f03ee3f3e47476fef23705772 /pr/src/misc/prerr.c
parent989531415e36431e9e81bd2487f1265489edcceb (diff)
downloadnspr-hg-c946b6be47b3c83eef19f3347c17af256a08ef50.tar.gz
Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.
Diffstat (limited to 'pr/src/misc/prerr.c')
-rw-r--r--pr/src/misc/prerr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/misc/prerr.c b/pr/src/misc/prerr.c
index 7b320be7..3f366760 100644
--- a/pr/src/misc/prerr.c
+++ b/pr/src/misc/prerr.c
@@ -88,7 +88,7 @@ static const struct PRErrorMessage text[] = {
{"PR_END_OF_FILE_ERROR", "Encountered end of file"},
{"PR_FILE_SEEK_ERROR", "Seek error"},
{"PR_FILE_IS_BUSY_ERROR", "The file is busy"},
- {"PR_RESERVED_ERROR_5935", "Reserved Error Code -5935"},
+ {"PR_OPERATION_ABORTED_ERROR", "The I/O operation was aborted"},
{"PR_IN_PROGRESS_ERROR", "Operation is still in progress (probably a non-blocking connect)"},
{"PR_ALREADY_INITIATED_ERROR", "Operation has already been initiated (probably a non-blocking connect)"},
{"PR_GROUP_EMPTY_ERROR", "The wait group is empty"},