]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
REQUIREMENTS: Link to the english version of the linphone pages.
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index b18c73139a51eb86de3754d356c6727d1bf4d30d..89e06c92beb5b934b567cc48b93a91081d433931 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -421,7 +421,7 @@ static void recv_afs_result(void)
 err:
        if (passed_fd >= 0)
                close(passed_fd);
-       PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret));
+       PARA_ERROR_LOG("%s\n", para_strerror(-ret));
        mmd->new_vss_status_flags = VSS_NEXT;
 }