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
This commit is contained in:
wtc%netscape.com 2001-10-08 23:19:33 +00:00
parent 54bd44bcff
commit d538d9a510

View File

@ -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;
/*