summarylogtreecommitdiffstats
path: root/fix-printf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-printf.patch')
-rw-r--r--fix-printf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-printf.patch b/fix-printf.patch
deleted file mode 100644
index 28f7aed461f4..000000000000
--- a/fix-printf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/flowCore/src/fcsTextParse.cpp b/flowCore/src/fcsTextParse.cpp
-index 524f9ad..8cd6b7a 100644
---- a/flowCore/src/fcsTextParse.cpp
-+++ b/flowCore/src/fcsTextParse.cpp
-@@ -128,7 +128,7 @@ typedef std::vector<myPair> myPairs;
- std::string serror = "uneven number of tokens: ";
- serror.append(boost::lexical_cast<std::string>(j));
- serror.append("\n");
-- Rprintf(serror.data());
-+ Rprintf("%s", serror.data());
- Rprintf("The last keyword is dropped.\n");
-
- }