*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
244ff7493d
commit
8e7a772288
1 changed files with 1 additions and 1 deletions
|
|
@ -1815,7 +1815,7 @@ reference to be used as a char ** datatype.<p>
|
|||
$1 = (char **) malloc((len+2)*sizeof(char *));
|
||||
for (i = 0; i <= len; i++) {
|
||||
tv = av_fetch(tempav, i, 0);
|
||||
$1[i] = (char *) SvPV(*tv,na);
|
||||
$1[i] = (char *) SvPV(*tv,PL_na);
|
||||
}
|
||||
$1[i] = NULL;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue