projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9849c14
)
Change 33052 missed one Nullch. Oops.
Nicholas Clark [Wed, 23 Jan 2008 10:18:21 +0000 (10:18 +0000)]
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33053
epoc/epoc.c
patch
|
blob
|
blame
|
history
diff --git
a/epoc/epoc.c
b/epoc/epoc.c
index
d580552
..
03b0134
100644
(file)
--- 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'
*/