[gnumeric] Fuzzing: permit fuzzing lotus files too.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fuzzing: permit fuzzing lotus files too.
- Date: Sat, 15 Nov 2014 15:06:27 +0000 (UTC)
commit 1c35747673e7f8cc7fe7583b7024ce75f7bcfd9e
Author: Morten Welinder <terra gnome org>
Date: Sat Nov 15 10:05:30 2014 -0500
Fuzzing: permit fuzzing lotus files too.
test/zzufit | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/zzufit b/test/zzufit
index 12aaeff..310a0f1 100755
--- a/test/zzufit
+++ b/test/zzufit
@@ -155,7 +155,7 @@ sub determine_file_type {
return undef unless -r $file && -f _;
- if ($file =~ /\.xls$/) {
+ if ($file =~ /\.(xls|wb[23])$/) {
return $file_type{$file} = 'raw';
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]