summaryrefslogtreecommitdiff
path: root/macros/GeneralFunctions/ReadStringCard.sci
diff options
context:
space:
mode:
authorjofret2010-06-23 19:44:55 +0000
committerjofret2010-06-23 19:44:55 +0000
commitdafe68b1f05c3d1d288e7435b3f146326ea4eebc (patch)
tree441af19e42a3f486f2348ca1fd1824e7c9f3ff20 /macros/GeneralFunctions/ReadStringCard.sci
parent43f050700865808bde98b87129070ded818961f1 (diff)
downloadscilab2c-dafe68b1f05c3d1d288e7435b3f146326ea4eebc.tar.gz
scilab2c-dafe68b1f05c3d1d288e7435b3f146326ea4eebc.tar.bz2
scilab2c-dafe68b1f05c3d1d288e7435b3f146326ea4eebc.zip
Remove SCI2Cerror wrapping call
Diffstat (limited to 'macros/GeneralFunctions/ReadStringCard.sci')
-rw-r--r--macros/GeneralFunctions/ReadStringCard.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/GeneralFunctions/ReadStringCard.sci b/macros/GeneralFunctions/ReadStringCard.sci
index 5d9358ba..a4525d90 100644
--- a/macros/GeneralFunctions/ReadStringCard.sci
+++ b/macros/GeneralFunctions/ReadStringCard.sci
@@ -52,7 +52,7 @@ clear requested_line dummy2
if (flag_found == 0) then
if (enableerror == 'y') then
- SCI2Cerror([cardname,' not found']);
+ error(9999, cardname+' not found');
else
warning([cardname,' not found']);
end