From dab460cdc878907f9f3f36b96709f818ac937409 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 7 Feb 2013 11:43:02 -0700 Subject: Change name 'av_top' to 'av_top_index' In using the av_top() function created in a recent commit, I found myself being confused, and thinking it meant the top element of the array, whereas it really means the index of the top element of that array. Since the new name has not appeared in a stable release, it can be changed, without remorse, to include 'index' in it. --- av.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'av.h') diff --git a/av.h b/av.h index 500fe5af64..82b9919439 100644 --- a/av.h +++ b/av.h @@ -47,7 +47,7 @@ Null AV pointer. =head1 Array Manipulation Functions =for apidoc Am|int|AvFILL|AV* av -Same as C. Deprecated, use C instead. +Same as C. Deprecated, use C instead. =cut */ -- cgit v1.2.1