remove unnecessary variable int the char **STRING_ARRAY out typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10545 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c69e7d7472
commit
7743ae3973
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
#endif
|
||||
}
|
||||
|
||||
%typemap(out) char **STRING_ARRAY (char *s) {
|
||||
%typemap(out) char **STRING_ARRAY {
|
||||
int i;
|
||||
int len=0;
|
||||
jstring temp_string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue