blob: 806437b94137b020a1cadbabb1262a0801f9e98a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -32,6 +32,9 @@
#include <string.h>
#include <sstream>
#include <set>
+#ifndef BOOST_ALL_NO_LIB
+#define BOOST_ALL_NO_LIB 1
+#endif
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/spirit/include/classic.hpp>
@@ -3095,7 +3098,6 @@
if (!fflag1)
input->seek(8, WPX_SEEK_CUR);
unsigned stlId = readU32(input);
- printf("Fridrich %x\n", stlId);
unsigned numSt = readU32(input);
unsigned i = 0;
std::map<unsigned, CDRCharacterStyle> charStyles;
|