projects
/
scilab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2c7f18b
)
Fix a wrong declaration
10/13010/1
Sylvestre Ledru [Sun, 27 Oct 2013 06:19:37 +0000 (07:19 +0100)]
Change-Id: If66778837ba807bcf04a7a3c7d1318366b7e20e5
scilab/modules/core/src/c/tmpdir.c
patch
|
blob
|
history
diff --git
a/scilab/modules/core/src/c/tmpdir.c
b/scilab/modules/core/src/c/tmpdir.c
index
9800a0d
..
61b8676
100644
(file)
--- a/
scilab/modules/core/src/c/tmpdir.c
+++ b/
scilab/modules/core/src/c/tmpdir.c
@@
-115,7
+115,7
@@
void createScilabTMPDIR(void)
if ( alreadyCreated == 0 )
{
static char bufenv[PATH_MAX + 16];
- char *tmp_dir_strdup[PATH_MAX];
+ char tmp_dir_strdup[PATH_MAX];
char *res = NULL;
alreadyCreated++;