mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fixed the comment about the updateEOF member of HTAB. The update_EOF()
function is not "closing and reopening the file".
This commit is contained in:
parent
8d00aba64c
commit
c19bc261a0
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user