Skip to content

Commit f616ef8

Browse files
committed
thcrap: fix crash in Steam AppID logging
1 parent 2135885 commit f616ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thcrap/src/steam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extern "C" TH_EXPORT void steam_mod_post_init(void)
107107
return;
108108
}
109109

110-
log_printf("[Steam] Initialized for AppID %s\n", appid);
110+
log_printf("[Steam] Initialized for AppID %s\n", appid.c_str());
111111
}
112112

113113
extern "C" TH_EXPORT void steam_mod_exit(void)

0 commit comments

Comments
 (0)