diff options
Diffstat (limited to '2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci')
-rw-r--r-- | 2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci index 912a72a8..f7271e2e 100644 --- a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci +++ b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.sci @@ -20,7 +20,6 @@ function [FlagFound,SCIFileName] = SCI2CFindFile(PathList,FileName) // --- Check input arguments. ---
// ------------------------------
SCI2CNInArgCheck(argn(2),2,2);
-
FlagFound = 0;
SCIFileName = '';
|