X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=dfb014aebc1c1d12659364189ac79813c952139c;hp=1c22f58b3eea76d91d89af50196c0fbed7c8ab31;hb=5b1a844f375cc5e0303d9118ae0fc4a311c616d3;hpb=7bf235513ca87b608bdddf6220e284213965e130 diff --git a/audiod_command.c b/audiod_command.c index 1c22f58b..dfb014ae 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -480,7 +480,7 @@ void audiod_status_dump(void) free(new); } - new = uptime_str(); + new = get_server_uptime_str(now); old = stat_item_values[SI_AUDIOD_UPTIME]; if (!old || strcmp(old, new)) { free(old);