From 508ddb3e82081c0fc4a6077d137a5003c12f2e84 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 17 Oct 2005 13:44:52 +0000 Subject: [PATCH] Fix error in comment. --- ZOOM.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZOOM.xs b/ZOOM.xs index 78b0508..27b0bdd 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.13 2005-10-17 13:42:43 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.14 2005-10-17 13:44:52 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -69,7 +69,7 @@ ZOOM_connection_option_set(c, key, val) # In ZOOM-C, the `val' parameter is const char*. However, our typemap # treats this as T_PV, i.e. it's "known" that it points to a -# NUL-terminated string. Instead, then, I here use const void*, which +# NUL-terminated string. Instead, then, I here use opaquechar*, which # is an opaque pointer. The underlying C function can then use this # along with `len' to Do The Right Thing. # -- 1.7.10.4