You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRONOM definitions V88 cause "bad repeat interval" messages.
Tracked down to the signatures for fmt/797 and fmt/798 which have {4,0} and {344,0} respectively in the regex. The maximum repeat cannot be smaller than the minimum repeat.
The text was updated successfully, but these errors were encountered:
mbhopton
added a commit
to mbhopton/fido
that referenced
this issue
Mar 3, 2017
PRONOM definitions V88 cause "bad repeat interval" messages.
Tracked down to the signatures for fmt/797 and fmt/798 which have {4,0} and {344,0} respectively in the regex. The maximum repeat cannot be smaller than the minimum repeat.
The text was updated successfully, but these errors were encountered: