X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=e65f747a50625b99fd3c06c69c62f30d475ddbac;hp=1ffab87c0fbd5269d6da52b05428dc44132dd922;hb=823a4ff87a03ff9e1d2bfe8bc501f55ee4213649;hpb=f6a99f9e27cf84d92fc992677dca9578c5a3b585 diff --git a/audiod_command.c b/audiod_command.c index 1ffab87c..e65f747a 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -510,7 +510,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);