X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=c832beeaa42dc5a4b9162e16c57b11e66980cfb4;hb=36ec2a43a7d9c085f16544e282a439cdbaec1e00;hp=eb15875c36b8affba5a3defdce8f787ad73026ba;hpb=0879c9de4eaf8c78131c243d8e9fec013df0d14a;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"