]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/spawnfunc.qh
Concatenate log header strings in code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / spawnfunc.qh
index 37bb11768c87022e1e698137a420c6307e1bce8c..bf8eeb34b0eaafa268f24cfb7ca6e2396858352c 100644 (file)
@@ -264,7 +264,7 @@ noref bool __spawnfunc_first;
                        assert(this); \
                } \
                if (!this.sourceLoc) { \
-                       this.sourceLoc = __FILE__ ":" STR(__LINE__); \
+                       this.sourceLoc = __FILE__":"STR(__LINE__); \
                } \
                if (!this.spawnfunc_checked) { \
                        _checkWhitelisted(this, #id); \