X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=1ff03761e22ec3bd8c9b3cdfaff05ac90a4a01c9;hp=a8d2114995bcafb74b692ef5a47d275c0a266d4c;hb=73aebb78da7297053f41dba5b3f0cefb33ad248e;hpb=19d9318abf42debb15d833d4e56ab636893285c3 diff --git a/write_common.c b/write_common.c index a8d21149..1ff03761 100644 --- a/write_common.c +++ b/write_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -99,7 +99,7 @@ int wng_open(struct writer_node_group *g) g->error = 0; return 1; err_out: - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", para_strerror(-ret)); unregister_task(&g->task); while (i > 0) { struct writer_node *wn = &g->writer_nodes[--i];