Fix bug (potential crash) in jackdbus error message formatting

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3052 0c269be4-1314-0410-8aa9-9f06e86f4224
This commit is contained in:
nedko 2008-10-25 15:29:32 +00:00
parent e845f540bb
commit cf848b8573
1 changed files with 2 additions and 1 deletions

View File

@ -1990,7 +1990,8 @@ jack_controller_reset_parameter_value_engine_driver(
jack_dbus_error(
call,
JACK_DBUS_ERROR_UNKNOWN_DRIVER,
"Default driver '%s' is unknown");
"Default driver '%s' is unknown",
DEFAULT_DRIVER);
return;
}