From 6a233b0f40bb4590fc70f3e24e49627ef504ce39 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 13 Feb 2012 00:11:02 +0000 Subject: Make it build on Windows with Mingw git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1645 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpm.c') diff --git a/lib/libpm.c b/lib/libpm.c index f6578a59..9534b53a 100644 --- a/lib/libpm.c +++ b/lib/libpm.c @@ -129,8 +129,8 @@ pm_fork(int * const iAmParentP, } } #else - asprintfN(errorP, "Cannot fork a process, because this system does " - "not have POSIX fork()"); + pm_asprintf(errorP, "Cannot fork a process, because this system does " + "not have POSIX fork()"); #endif } -- cgit 1.4.1