Change 33053 by [EMAIL PROTECTED] on 2008/01/23 10:18:21
Change 33052 missed one Nullch. Oops.
Exterminate! Exterminate! Exterminate!
Affected files ...
... //depot/perl/epoc/epoc.c#13 edit
Differences ...
==== //depot/perl/epoc/epoc.c#13 (text) ====
Index: perl/epoc/epoc.c
--- perl/epoc/epoc.c#12~16598~ 2002-05-14 13:35:21.000000000 -0700
+++ perl/epoc/epoc.c 2008-01-23 02:18:21.000000000 -0800
@@ -85,7 +85,7 @@
}
/*
- * If ptr != Nullch
+ * If ptr != NULL
* then it worked, set PV valid,
* else return 'undef'
*/
End of Patch.