diff options
Diffstat (limited to 'scilab/modules/intersci/src/exe/crerhs.c')
-rw-r--r-- | scilab/modules/intersci/src/exe/crerhs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/intersci/src/exe/crerhs.c b/scilab/modules/intersci/src/exe/crerhs.c index 8e80ee6..789f8ae 100644 --- a/scilab/modules/intersci/src/exe/crerhs.c +++ b/scilab/modules/intersci/src/exe/crerhs.c | |||
@@ -543,7 +543,7 @@ void GetDim(char *lstr,IVAR ivar) | |||
543 | char *s; | 543 | char *s; |
544 | s=Forname2Int(variables[ivar-1],0); | 544 | s=Forname2Int(variables[ivar-1],0); |
545 | if ( strncmp(s,"stk",3)==0 || strncmp(s,"istk",4)==0 | 545 | if ( strncmp(s,"stk",3)==0 || strncmp(s,"istk",4)==0 |
546 | || strncmp(s,"sstk",4)==0 || strncmp(s,"stk",3)==0 || | 546 | || strncmp(s,"sstk",4)==0 || |
547 | strncmp(s,"cstk",4)==0 ) | 547 | strncmp(s,"cstk",4)==0 ) |
548 | { | 548 | { |
549 | strcpy(lstr,s); | 549 | strcpy(lstr,s); |