mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Add a FIXME comment.
This commit is contained in:
parent
599ee90500
commit
5caff8cc93
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ char* c_utf8_from_locale(const mbchar_t *wstr)
|
|||
|
||||
len = strlen(str);
|
||||
// prepend \\?\ and convert '/' => '\' to support long names
|
||||
if( len > 2 ) {
|
||||
if( len > 2 ) { // FIXME set this to 250 or so
|
||||
int i = 4;
|
||||
// reserve mem for a new string with the prefix
|
||||
mem_reserved = len + 5;
|
||||
|
|
Loading…
Reference in a new issue