summaryrefslogtreecommitdiffstats
path: root/redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-30 11:58:25 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-30 11:58:25 +0200
commit0f108a5d0ad95ba3591af576e6dd6a683f69789b (patch)
tree3a10cc86ac37a031b213902fb343b3008a82ae43 /redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch
parent6f4cd26a026481f6c28527dbc5228454d84ad5d7 (diff)
downloadtde-packaging-0f108a5d0ad95ba3591af576e6dd6a683f69789b.tar.gz
tde-packaging-0f108a5d0ad95ba3591af576e6dd6a683f69789b.zip
RPM Packaging: lots of updates for 3.5.13.2
Diffstat (limited to 'redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch')
-rw-r--r--redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch b/redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch
new file mode 100644
index 000000000..5695d8fff
--- /dev/null
+++ b/redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch
@@ -0,0 +1,19 @@
+--- trinity-tellico-3.5.13.2/src/barcode/barcode.cpp.ORI 2013-07-29 17:21:06.358915613 +0200
++++ trinity-tellico-3.5.13.2/src/barcode/barcode.cpp 2013-07-29 17:22:29.505126885 +0200
+@@ -172,14 +172,14 @@
+ for (int i = 0; i < 10; i++) {
+ TQCString temp;
+ temp.setNum( i );
+- fprintf( stderr, temp + " : " );
++ fprintf( stderr, "%s : ", *(temp) );
+ for (int j = 0; j < 13; j++) {
+ if (array[i][j][level] == -1)
+ fprintf( stderr, "x " );
+ else {
+ TQCString temp;
+ temp.setNum( array[i][j][level] );
+- fprintf( stderr, temp + " " );
++ fprintf( stderr, "%s ", *(temp) );
+ }
+ }
+ fprintf( stderr, "\n" );