mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 17:07:27 +08:00
Variable used for filenmae length was accidentally set to static
darcs-hash:20060212222313-ac50b-1893f4fbe52a8c72ebc8332b1e575c1b8a2b31d5.gz
This commit is contained in:
parent
370336e7c7
commit
7ebfa380dd
@ -555,7 +555,7 @@ int wildcard_expand( const wchar_t *wc,
|
||||
/*
|
||||
The maximum length of a file element
|
||||
*/
|
||||
static size_t ln=MAX_FILE_LENGTH;
|
||||
size_t ln=MAX_FILE_LENGTH;
|
||||
char * narrow_dir_string = wcs2str( dir_string );
|
||||
|
||||
if( narrow_dir_string )
|
||||
|
Loading…
x
Reference in New Issue
Block a user