From 1a3bc8bf23c195131687bc7bf0039a3de8ebd3aa Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Mon, 20 Dec 2010 11:37:31 +0100 Subject: [PATCH] Fixed typo. --- mpdm_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpdm_f.c b/mpdm_f.c index d262b4a..6753ef7 100644 --- a/mpdm_f.c +++ b/mpdm_f.c @@ -2075,7 +2075,7 @@ mpdm_t mpdm_popen2(const mpdm_t prg) #ifdef CONFOPT_WIN32 ofs->hin = ifs->hout; - ifs->hout = -1; + ifs->hout = NULL; #endif p = mpdm_ref(MPDM_A(2)); -- 2.11.4.GIT