State of Traverso

Fabian Greffrath fabian at greffrath.com
Tue Jul 15 14:45:13 UTC 2014


> /tmp/buildd/traverso-0.49.3/src/core/InputEngine.cpp: In member function 'int InputEngine::init_map(const QString&)':
> /tmp/buildd/traverso-0.49.3/src/core/InputEngine.cpp:1522:29: error: format not a string literal and no format arguments [-Werror=format-security]
>      printf(QS_C(errorstring));

There should probably be a "%s" here:

printf("%s",QS_C(errorstring));

- Fabian





More information about the pkg-multimedia-maintainers mailing list