opnsense-ports/textproc/sphinxsearch/files/patch-src_sphinxutils.cpp
Franco Fichtner 9f1182f5f5 */*: sync with upstream
Taken from: HardenedBSD
2018-02-04 12:49:34 +01:00

16 lines
457 B
C++

--- 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;