| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7dc8237 commit 19eb8e0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,7 +172,7 @@ static MaybeLocal<Array> DirentListToArray( | |||
| 172 | 172 | int num, | |
| 173 | 173 | enum encoding encoding, | |
| 174 | 174 | Local<Value>* err_out) { | |
| 175 | - MaybeStackBuffer<Local<Value>, 96> entries(num * 3); | ||
| 175 | + MaybeStackBuffer<Local<Value>, 64> entries(num * 2); | ||
| 176 | 176 | ||
| 177 | 177 | // Return an array of all read filenames. | |
| 178 | 178 | int j = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments