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:
parent
9b40eb58e3
commit
b596ddbbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue