From d538d9a510da2cba76365f199a078d1bfb960faf Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 8 Oct 2001 23:19:33 +0000 Subject: [PATCH] Fixed the comment about the updateEOF member of HTAB. The update_EOF() function is not "closing and reopening the file". git-svn-id: svn://10.0.0.236/trunk@104862 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dbm/include/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/dbm/include/hash.h b/mozilla/dbm/include/hash.h index 30ca297a16d..32930f279e0 100644 --- a/mozilla/dbm/include/hash.h +++ b/mozilla/dbm/include/hash.h @@ -131,7 +131,7 @@ typedef struct htab { /* Memory resident data structure */ SEGMENT *dir; /* Hash Bucket directory */ off_t file_size; /* in bytes */ char is_temp; /* unlink file on close */ - char updateEOF; /* close and reopen on flush */ + char updateEOF; /* force EOF update on flush */ } HTAB; /*