remove duplicate line

pull/119/head
Jacob Barthelmeh 2019-04-03 17:09:07 -06:00
parent 9df6e300f8
commit d27454d567
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ static void clean_path(char* path)
int enIdx = 0; /* end of cut */
sz = (long)WSTRLEN(path);
sz = (long)WSTRLEN(path);
found = 0;
for (i = 0; i < sz; i++) {
if (path[i] == '/') {