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:
Dave Beazley 2003-11-25 16:12:20 +00:00
commit 293269b03c

View file

@ -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 * {