Function call fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4406 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
77e7ad2bf7
commit
ef5cfc0c07
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ void SwigType_array_setdim(SwigType *t, int n, String_or_char *rep) {
|
|||
char *c = Char(t);
|
||||
|
||||
start = c;
|
||||
if (strncmp(c,"a(",2)) abort;
|
||||
if (strncmp(c,"a(",2)) abort();
|
||||
|
||||
while (c && (strncmp(c,"a(",2) == 0) && (n > 0)) {
|
||||
c = strchr(c,'.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue