This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix buffer cleanup
master
Arun Prakash Jana
4 years ago
parent
99d21531b4
commit
01392d48ad
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
View File
@@ -3049,7 +3049,7 @@ static wchar_t *unescape(const char *str, uint maxcols)
size_t lencount = 0;
#ifdef NOLOCALE
memset(wbuf, 0,
sizeof(
NAME_MAX + 1
) * sizeof(wchar_t)
);
memset(wbuf, 0, NAME_MAX + 1);
#endif
/* Convert multi-byte to wide char */
Write
Preview
Loading…
Cancel
Save