From: Nicholas Clark Date: Wed, 23 Jan 2008 10:18:21 +0000 (+0000) Subject: Change 33052 missed one Nullch. Oops. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bdb0282d4f16fcaf7658ba3709d04ef5f50dba3;p=p5sagit%2Fp5-mst-13.2.git Change 33052 missed one Nullch. Oops. Exterminate! Exterminate! Exterminate! p4raw-id: //depot/perl@33053 --- diff --git a/epoc/epoc.c b/epoc/epoc.c index d580552..03b0134 100644 --- a/epoc/epoc.c +++ b/epoc/epoc.c @@ -85,7 +85,7 @@ XS(epoc_getcwd) /* more or less stolen from win32.c */ } /* - * If ptr != Nullch + * If ptr != NULL * then it worked, set PV valid, * else return 'undef' */