diff options
author | François Andriot <[email protected]> | 2019-11-03 10:14:46 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2019-11-03 11:16:29 +0100 |
commit | c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch) | |
tree | 05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch | |
parent | c9bb196e3bc20aef636c7478727f24aa7656b3cf (diff) | |
download | tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip |
RPM: remove lots of obsolete 3.5.13.x files
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.patch | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index 5695d8fff..000000000 --- a/redhat/applications/tellico/tellico-3.5.13.2-ftbfs.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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" ); |