Fixed [ 848824 ] Bug in dispatch function when having overloaded functions.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5390 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
573cc1cebf
commit
293269b03c
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@
|
|||
char *tmp;
|
||||
int len;
|
||||
tmp = Tcl_GetStringFromObj($input,&len);
|
||||
(len == 1) ? 1 : 0;
|
||||
$1 = (len == 1) ? 1 : 0;
|
||||
}
|
||||
|
||||
%typecheck(SWIG_TYPECHECK_STRING) char * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue