Skip to content

Commit 4079519

Browse files
committed
xrCore/FileSystem: strlwr() -> xr_strlwr().
1 parent f518d9e commit 4079519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrCore/FileSystem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bool EFS_Utils::GetOpenNameInternal(LPCSTR initial, LPSTR buffer, int sz_buf, bo
217217
xr_strcpy(buffer, sz_buf, fns);
218218
}
219219
}
220-
strlwr(buffer);
220+
xr_strlwr(buffer);
221221
return bRes;
222222
}
223223

@@ -282,7 +282,7 @@ bool EFS_Utils::GetSaveName(LPCSTR initial, string_path& buffer, LPCSTR offset,
282282
break;
283283
}
284284
}
285-
strlwr(buffer);
285+
xr_strlwr(buffer);
286286
return bRes;
287287
}
288288
//----------------------------------------------------

0 commit comments

Comments
 (0)