From 863f2221fb3e688e30e71fb86c1599bdc55d4a3f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 27 Nov 2014 22:18:31 -0800 Subject: [PATCH] pad.h: Update PadnamePV description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit GVs have been using ‘constant’ pad names for a while now, since v5.21.3-188-gc2bad63. --- pad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pad.h b/pad.h index 8c2bee8..5be78c0 100644 --- a/pad.h +++ b/pad.h @@ -226,8 +226,8 @@ The C array of pad entries. The index of the last pad entry. =for apidoc Amx|char *|PadnamePV|PADNAME pn -The name stored in the pad name struct. This returns NULL for a target or -GV slot. +The name stored in the pad name struct. This returns NULL for a target +slot. =for apidoc Amx|STRLEN|PadnameLEN|PADNAME pn The length of the name. -- 1.8.3.1