]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
build: Only compile with osl_cppflags where necessary.
[paraslash.git] / audiod_command.c
index 2f2f3062146ba022b700137cb783c86794701515..2aae0d805e8286303a43df96b8a172b73e21e093 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -527,7 +527,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);