X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=command.c;h=c832beeaa42dc5a4b9162e16c57b11e66980cfb4;hb=03849db5d67e1702b1311429966fedd2545512d7;hp=eb15875c36b8affba5a3defdce8f787ad73026ba;hpb=42ddd68159d7eff0f3e7c225665c97f9abd59425;p=paraslash.git diff --git a/command.c b/command.c index eb15875c..c832beea 100644 --- a/command.c +++ b/command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -385,7 +385,7 @@ static int com_si(struct command_context *cc) sender_info = para_strcat(sender_info, info); free(info); } - ut = get_server_uptime_str(now); + ut = daemon_get_uptime_str(now); ret = xasprintf(&msg, "version: %s\n" "up: %s\nplayed: %u\n"