X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=d5c53bf90059101cd345254e0a3c294c3df73307;hb=77d770f7b0930476d95021bd9e6d6007db53d391;hp=56d922e6681e66d0d9c4f65df86569806a38ca80;hpb=be7eec0e9944f493af023164fb2b0e9e48787f1e;p=paraslash.git diff --git a/audiod_command.c b/audiod_command.c index 56d922e6..d5c53bf9 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -527,7 +527,7 @@ void audiod_status_dump(bool force) free(new); } - new = get_server_uptime_str(now); + new = daemon_get_uptime_str(now); old = stat_item_values[SI_AUDIOD_UPTIME]; if (force || !old || strcmp(old, new)) { free(old);