Skip to content

Commit

Permalink
xrCore/FileSystem: strlwr() -> xr_strlwr().
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 6, 2015
1 parent f518d9e commit 4079519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrCore/FileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ bool EFS_Utils::GetOpenNameInternal(LPCSTR initial, LPSTR buffer, int sz_buf, bo
xr_strcpy(buffer, sz_buf, fns);
}
}
strlwr(buffer);
xr_strlwr(buffer);
return bRes;
}

Expand Down Expand Up @@ -282,7 +282,7 @@ bool EFS_Utils::GetSaveName(LPCSTR initial, string_path& buffer, LPCSTR offset,
break;
}
}
strlwr(buffer);
xr_strlwr(buffer);
return bRes;
}
//----------------------------------------------------
Expand Down

0 comments on commit 4079519

Please sign in to comment.