diff options
author | torset | 2009-01-20 13:18:25 +0000 |
---|---|---|
committer | torset | 2009-01-20 13:18:25 +0000 |
commit | 9906f47e2efe7c113436520c90021eef39751b7e (patch) | |
tree | 77643b8ed3ac062c8a60f78a1d69a27f6fd107cc /src/string | |
parent | 6c809943b1d0e82c85aa5a76b0e21a664831ab27 (diff) | |
download | scilab2c-9906f47e2efe7c113436520c90021eef39751b7e.tar.gz scilab2c-9906f47e2efe7c113436520c90021eef39751b7e.tar.bz2 scilab2c-9906f47e2efe7c113436520c90021eef39751b7e.zip |
it seems all modifications are ok
Diffstat (limited to 'src/string')
-rw-r--r-- | src/string/disp/sdisps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/disp/sdisps.c b/src/string/disp/sdisps.c index e8d50c71..648cfe82 100644 --- a/src/string/disp/sdisps.c +++ b/src/string/disp/sdisps.c @@ -13,6 +13,6 @@ #include "disp.h" double sdisps (float in) { - printf(" %s ",in);
+ printf(" %f ",in);
return 0; } |