fix directorin typemap, bug #1179300
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7158 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
33fda759d4
commit
062a882c16
1 changed files with 1 additions and 3 deletions
|
|
@ -90,9 +90,7 @@
|
|||
%typemap(directorin,fragment=#SWIG_FromCharPtr)
|
||||
Char *, Char const*, Char *const, Char const *const,
|
||||
Char const *&, Char *const &, Char const *const &
|
||||
"$input = SWIG_NewPointerObj((Char*)($1_name), $descriptor(Char *), 0);"
|
||||
/* "$input = SWIG_FromCharPtr($1_name);"; */
|
||||
|
||||
"$input = SWIG_FromCharPtr($1_name);";
|
||||
|
||||
/* directorout */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue