mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Decrease number of gettext messages that are buffered to save memory
darcs-hash:20061020223440-ac50b-ad0c0f685bfc851c62c340ee7d97fa1413bc9fca.gz
This commit is contained in:
parent
8285242ff6
commit
79f59e2a2d
1 changed files with 1 additions and 1 deletions
2
wutil.c
2
wutil.c
|
@ -84,7 +84,7 @@ static struct wdirent my_wdirent;
|
|||
/**
|
||||
For wgettext: Number of string_buffer_t in the ring of buffers
|
||||
*/
|
||||
#define BUFF_COUNT 64
|
||||
#define BUFF_COUNT 4
|
||||
|
||||
/**
|
||||
For wgettext: The ring of string_buffer_t
|
||||
|
|
Loading…
Reference in a new issue