diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-27 15:26:51 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-27 15:27:30 +0200 |
commit | 99ff6b84cd094ed91ab0b65949d1061e093fe688 (patch) | |
tree | e33c2b5b51cce94ac8cdf72b2428fb8052626fed /libcdr | |
parent | a062597ff66cada5ce96010766f9f0bde18a3d7d (diff) |
Less of Fridrich on the console
Change-Id: I83f4e97d52f3be1de5e2eec08c080c6ac96d6e3d
Diffstat (limited to 'libcdr')
-rw-r--r-- | libcdr/libcdr-0.0.13.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcdr/libcdr-0.0.13.patch b/libcdr/libcdr-0.0.13.patch index 29b2b2828177..806437b94137 100644 --- a/libcdr/libcdr-0.0.13.patch +++ b/libcdr/libcdr-0.0.13.patch @@ -10,3 +10,11 @@ #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; |