Fixed compile problem on Solaris.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@553 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0fff267fd7
commit
ddbe3d7361
1 changed files with 1 additions and 1 deletions
|
|
@ -1415,7 +1415,7 @@ char *PYTHON::usage_func(char *iname, DataType *, ParmList *l) {
|
|||
if (strlen(p->name) > 0) {
|
||||
Printf(temp,"%s",p->name);
|
||||
} else {
|
||||
Printf(temp,"%s", p->t->print_type);
|
||||
Printf(temp,"%s", p->t->print_type());
|
||||
}
|
||||
}
|
||||
p = l->get_next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue