summaryrefslogtreecommitdiff
path: root/math/octave-forge-sparsersb/files/patch-sparsersb.cc
blob: 4786168e30ca0cfdf6d977518693a6303929f3a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sparsersb.cc.orig	2018-06-23 19:12:49 UTC
+++ sparsersb.cc
@@ -97,7 +97,7 @@
 #define RSBOI_WARN( MSG )
 #endif
 #define RSBOI_TODO( MSG ) RSBOI_WARN( MSG )/* new */
-#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: "MSG )/* new */
+#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: " MSG )/* new */
 
 #define RSBOI_PRINTF( ... ) printf( __VA_ARGS__ )
 #if RSBOI_VERBOSE