From: Thomas Debesse Date: Tue, 14 Jan 2020 08:00:14 +0000 (+0100) Subject: q3map: magic string, no closing parenthesis X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e70d420a75e023bd9277cb57aa525ff71d88893c;p=xonotic%2Fnetradiant.git q3map: magic string, no closing parenthesis --- diff --git a/tools/quake3/q3map2/bspfile_ibsp.c b/tools/quake3/q3map2/bspfile_ibsp.c index f6c1aef0..2a719aab 100644 --- a/tools/quake3/q3map2/bspfile_ibsp.c +++ b/tools/quake3/q3map2/bspfile_ibsp.c @@ -550,7 +550,7 @@ void WriteIBSPFile( const char *filename ){ /* add marker lump */ time( &t ); - sprintf( marker, "I LOVE MY Q3MAP2 %s on %s)", Q3MAP_VERSION, asctime( localtime( &t ) ) ); + sprintf( marker, "I LOVE MY Q3MAP2 %s on %s", Q3MAP_VERSION, asctime( localtime( &t ) ) ); AddLump( file, (bspHeader_t*) header, 0, marker, strlen( marker ) + 1 ); /* add lumps */