Fix missing spaces between product information in the logfile
Some checks failed
CodeQL / Analyze (push) Waiting to run
Build branch / build-all (push) Failing after 1m16s

This commit is contained in:
smallmodel 2025-04-19 21:36:58 +02:00
parent 42326ec708
commit 5530d3051b
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -279,7 +279,7 @@ void QDECL Com_Printf( const char *fmt, ... ) {
if(logfile)
{
Com_Printf( "logfile opened on %s\n", asctime( newtime ) );
Com_Printf( "=> game is version %s\n", PRODUCT_NAME PRODUCT_VERSION_FULL PLATFORM_STRING PRODUCT_VERSION_DATE );
Com_Printf( "=> game is version %s\n", PRODUCT_NAME " " PRODUCT_VERSION_FULL " " PLATFORM_STRING " " PRODUCT_VERSION_DATE );
Com_Printf( "=> targeting game ID %d\n", Cvar_VariableIntegerValue( "com_target_game" ) );
if ( com_logfile->integer > 1 )