X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=d5c53bf90059101cd345254e0a3c294c3df73307;hb=2ba45411ace62b419ce03a085491077deea38878;hp=56d922e6681e66d0d9c4f65df86569806a38ca80;hpb=ba3cef172b3f905315c0279d0a664df4d1db149c;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);