Fixed Printv problem.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@558 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f50c94d933
commit
f89a4851bd
1 changed files with 2 additions and 2 deletions
|
|
@ -346,12 +346,12 @@ void emit_func_call(char *decl, DataType *t, ParmList *l, Wrapper *f) {
|
|||
|
||||
if ((tm = typemap_lookup((char*)"except",typemap_lang,t,decl,(char*)"_result",(char*)""))) {
|
||||
// Found a type-specific mapping
|
||||
Printv(exc,tm);
|
||||
Printv(exc,tm,0);
|
||||
Replace(exc,"$function",fcall,DOH_REPLACE_ANY);
|
||||
Replace(exc,"$name",decl,DOH_REPLACE_ANY);
|
||||
Printv(f->code,exc,0);
|
||||
} else if ((tm = fragment_lookup((char*)"except",typemap_lang, t->id))) {
|
||||
Printv(exc,tm);
|
||||
Printv(exc,tm,0);
|
||||
Replace(exc,"$function",fcall,DOH_REPLACE_ANY);
|
||||
Replace(exc,"$name",decl,DOH_REPLACE_ANY);
|
||||
Printv(f->code,exc,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue