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:
William S Fulton 2006-03-19 22:40:45 +00:00
commit c23664ff97

View file

@ -1231,7 +1231,7 @@ public:
if (!temp) temp = NewString("");
Clear(temp);
if (nspace) {
Printf(temp,"%s::%s", ns_name,iname);
Printf(temp,"%s::%s ", ns_name,iname);
} else {
Printf(temp,"%s ", iname);
}