You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helpers.cpp contains overloaded MakeDirectoryContentReadonly function.
1st one translates std::string into TCHAR* and call 2nd one, but at
least on windows compiler translates TCHAR* into std::string again and
infinite recursion occur.
Resolves: OLPEDGE-2270
Signed-off-by: Kostiantyn Zvieriev <ext-kostiantyn.zvieriev@here.com>
0 commit comments