printf(string) -> printf("%s", string)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11178 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
69afd6f1b8
commit
084a168a0f
1 changed files with 2 additions and 2 deletions
|
|
@ -376,7 +376,7 @@ MODULA3():
|
|||
} else if (Strcmp(dir, "out") == 0) {
|
||||
return false;
|
||||
} else {
|
||||
printf(USAGE_ARG_DIR);
|
||||
printf("%s", USAGE_ARG_DIR);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
@ -388,7 +388,7 @@ MODULA3():
|
|||
} else if ((Strcmp(dir, "out") == 0) || (Strcmp(dir, "inout") == 0)) {
|
||||
return true;
|
||||
} else {
|
||||
printf(USAGE_ARG_DIR);
|
||||
printf("%s", USAGE_ARG_DIR);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue