Fix #1448184 error message formatting
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9014 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4c387c2b6e
commit
c23664ff97
1 changed files with 1 additions and 1 deletions
|
|
@ -1231,7 +1231,7 @@ public:
|
||||||
if (!temp) temp = NewString("");
|
if (!temp) temp = NewString("");
|
||||||
Clear(temp);
|
Clear(temp);
|
||||||
if (nspace) {
|
if (nspace) {
|
||||||
Printf(temp,"%s::%s", ns_name,iname);
|
Printf(temp,"%s::%s ", ns_name,iname);
|
||||||
} else {
|
} else {
|
||||||
Printf(temp,"%s ", iname);
|
Printf(temp,"%s ", iname);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue