X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=c832beeaa42dc5a4b9162e16c57b11e66980cfb4;hp=eb15875c36b8affba5a3defdce8f787ad73026ba;hb=5414dfd4356e63634f1a4e94382d14e200759d18;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43 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"