Commit f2fea13
authored
Fix MakeDirectoryContentReadonly recursion loop. (#1044)
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>1 parent db067e7 commit f2fea13
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments