summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp
blob: cfdf3e4064ef231b686c092cae6572afbc195b1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/sphinxutils.cpp.orig	2018-02-03 10:25:41 UTC
+++ src/sphinxutils.cpp
@@ -2103,11 +2103,11 @@ void sphBacktrace ( int iFD, bool bSafe )
 #endif
 
 #ifdef CONFIGURE_FLAGS
-	sphSafeInfo ( iFD, "Configured with flags: "CONFIGURE_FLAGS );
+	sphSafeInfo ( iFD, "Configured with flags: " CONFIGURE_FLAGS );
 #endif
 
 #ifdef OS_UNAME
-	sphSafeInfo ( iFD, "Host OS is "OS_UNAME );
+	sphSafeInfo ( iFD, "Host OS is " OS_UNAME );
 #endif
 
 	bool bOk = true;