Removed snprintf(). Not ANSI.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5265 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e452a4c0c4
commit
6938e58f74
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ public:
|
|||
/* If shadow classing is enabled, we're going to change the module name to "_module" */
|
||||
if (itcl) {
|
||||
char filen[256];
|
||||
snprintf(filen, 255,"%s%s.itcl", Swig_file_dirname(outfile), Char(module));
|
||||
sprintf(filen,"%s%s.itcl", Swig_file_dirname(outfile), Char(module));
|
||||
|
||||
Insert( module,0,"_" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue