merge rev 13009-13025 (up to swig-2.0.6) from trunk to gsoc2008-cherylfoil
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@13045 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
commit
ce1891a6c3
18 changed files with 186 additions and 100 deletions
|
|
@ -4602,7 +4602,7 @@ private:
|
|||
co = c + Len(nspace);
|
||||
|
||||
while (*c && (c != co)) {
|
||||
if ((*c == '.')) {
|
||||
if (*c == '.') {
|
||||
break;
|
||||
}
|
||||
c++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue