mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmate export tests: Thinko, using entry as array also in cases where it is not
This commit is contained in:
parent
285e72a377
commit
baa93548c8
@ -207,7 +207,7 @@ sub interpretedCopy($$$$)
|
||||
else {
|
||||
my ($newname, $res1);
|
||||
my @extlist = ();
|
||||
if (defined($rStatus->{ext}->[1])) {
|
||||
if (ref($rStatus->{ext}) eq "ARRAY" && defined($rStatus->{ext}->[1])) {
|
||||
@extlist = @{$rStatus->{ext}};
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user