diff --git a/SaveTranscriptions.m b/SaveTranscriptions.m index 3757616dc15f1a1e2f85a880758bfaacca85a7ed..b2ff34ad4fbf299d861dbcf8fda453bf1880786c 100644 --- a/SaveTranscriptions.m +++ b/SaveTranscriptions.m @@ -4,7 +4,7 @@ clc % Check for miscelaneous transcriptions in the work space -miscLS = who('-regexp', '^ls(([0-9]$)|($))'); +miscLS = who('-regexp', '^ls(([0-9]*$)|($))'); newLS = CheckmiscLS(miscLS); if ~isempty(newLS); ls = eval(newLS); end