diff options
Diffstat (limited to 'graphics/exact-image/files/patch-bardecode__code128.hh')
-rw-r--r-- | graphics/exact-image/files/patch-bardecode__code128.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/exact-image/files/patch-bardecode__code128.hh b/graphics/exact-image/files/patch-bardecode__code128.hh deleted file mode 100644 index 990c01c88db5..000000000000 --- a/graphics/exact-image/files/patch-bardecode__code128.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- bardecode/code128.hh.orig 2010-01-16 23:58:07.000000000 -0500 -+++ bardecode/code128.hh 2010-01-16 23:38:25.000000000 -0500 -@@ -235,7 +235,7 @@ - switch (code_set) { - case code_set_c: - if (c < 100) { -- char str[2]; -+ char str[3]; - sprintf(str,"%02d",c); - return std::string(str); - } else { |