Correct type change from char * to String introduced in rev 13904

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13937 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-11-26 20:28:09 +00:00
commit b596ddbbc1

View file

@ -1870,7 +1870,7 @@ String *Preprocessor_parse(String *s) {
push_imported();
}
dirname = Swig_file_dirname(Swig_last_file());
if (sysfile || !strlen(dirname)) {
if (sysfile || !Len(dirname)) {
Delete(dirname);
dirname = 0;
}