X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=2aae0d805e8286303a43df96b8a172b73e21e093;hp=2f2f3062146ba022b700137cb783c86794701515;hb=97ad8ac8735dfd7a514aa66e9de54f253440c17d;hpb=751fface082c907983978023bdcb43540a462192 diff --git a/audiod_command.c b/audiod_command.c index 2f2f3062..2aae0d80 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);