Bugfix
This commit is contained in:
parent
728837c4c8
commit
40f83d1727
|
@ -34,7 +34,7 @@ Begin
|
||||||
BaseName := JustFileName(Info.Name);
|
BaseName := JustFileName(Info.Name);
|
||||||
BaseExt := strUpper(JustFileExt(Info.Name));
|
BaseExt := strUpper(JustFileExt(Info.Name));
|
||||||
|
|
||||||
If ((BaseExt = 'JHR') or (BaseExt = 'SQD')) And Not IsDupeMBase(BaseName) Then Begin
|
If ((BaseExt = 'JHR') or (BaseExt = 'SQD')) And (BaseName <> '') And Not IsDupeMBase(BaseName) Then Begin
|
||||||
ProcessStatus (BaseName, False);
|
ProcessStatus (BaseName, False);
|
||||||
|
|
||||||
FillChar (MBase, SizeOf(MBase), #0);
|
FillChar (MBase, SizeOf(MBase), #0);
|
||||||
|
|
Loading…
Reference in New Issue