From deff3ab3f9beb9eb95e9edfb053e625fe74b7793 Mon Sep 17 00:00:00 2001 From: Nathan Fulton Date: Mon, 14 Mar 2016 12:15:21 -0400 Subject: [PATCH] SDL host HostGetDeviceId() -> HostGenerateDeviceId() --- game/sdl/host.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/sdl/host.cpp b/game/sdl/host.cpp index 4acda50..59d6df1 100644 --- a/game/sdl/host.cpp +++ b/game/sdl/host.cpp @@ -45,7 +45,7 @@ void HostExit() HostHelpers::Cleanup(); } -const char *HostGetDeviceId() { +const char *HostGenerateDeviceId() { // Hash it so query params aren't obnoxious MD5_CTX md5; MD5Init(&md5);