author | Camm Maguire <camm@transcendence.maguirefamily.org> | 2022年12月11日 12:27:37 -0500 |
---|---|---|
committer | Camm Maguire <camm@transcendence.maguirefamily.org> | 2022年12月11日 12:27:37 -0500 |
commit | e6dda39b42280091618307b86cc320c0a02928c7 (patch) | |
tree | a8cd3e4bc90820fdf033f2a947e649e7e3776d61 | |
parent | 94172bb2b578237fa0a46d60e5b70e146fb9600a (diff) | |
download | gcl-mingw_restore.tar.gz |
-rwxr-xr-x | gcl/o/unixfsys.c | 2 |
diff --git a/gcl/o/unixfsys.c b/gcl/o/unixfsys.c index 5b3f633bb..51a41c6aa 100755 --- a/gcl/o/unixfsys.c +++ b/gcl/o/unixfsys.c @@ -76,7 +76,7 @@ coerce_to_filename1(object spec, char *p,unsigned sz) { } #ifndef __MINGW32__ -static char GETPW_BUF[4096]; +static char GETPW_BUF[16384]; #endif DEFUN_NEW("UID-TO-NAME",object,fSuid_to_name,SI,1,1,NONE,OI,OO,OO,OO,(fixnum uid),"") { |