File: 01-fix_build.patch

package info (click to toggle)
traverso 0.49.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,596 kB
  • sloc: cpp: 52,835; asm: 1,480; xml: 1,164; sh: 120; ansic: 35; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Description: Fixing build. Thanks to Fabian Greffrath <fabian@greffrath.com>
Forwarded: remon@traverso-daw.org

Index: traverso/src/core/InputEngine.cpp
===================================================================
--- traverso.orig/src/core/InputEngine.cpp
+++ traverso/src/core/InputEngine.cpp
@@ -1519,7 +1519,7 @@ int InputEngine::init_map(const QString&
 				exists = true;
 				QString errorstring = QString("InputEngine:: keyfact with: type=%1, key1='%2', key2='%3' already exists!\n"
 						"You should only define keyfact types one time!!\n").arg(keyFactType).arg(key1).arg(key2); 
-				printf(QS_C(errorstring));
+				printf("%s",QS_C(errorstring));
 				info().warning(errorstring);
 				break;
 			}