mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Rename snake_case functions in OpenRCT2/util folder
This commit is contained in:
@@ -216,7 +216,7 @@ void ChatAddHistory(std::string_view s)
|
||||
time(&timer);
|
||||
auto tmInfo = localtime(&timer);
|
||||
char timeBuffer[64]{};
|
||||
strcatftime(timeBuffer, sizeof(timeBuffer), "[%H:%M] ", tmInfo);
|
||||
StrCatfTime(timeBuffer, sizeof(timeBuffer), "[%H:%M] ", tmInfo);
|
||||
|
||||
std::string buffer = timeBuffer;
|
||||
buffer += s;
|
||||
|
||||
Reference in New Issue
Block a user