T.P.Opp: Change default for optNumberOffset to [].

This behaves the same as `[0,0,0,0,0]`.
This commit is contained in:
John MacFarlane
2024-09-08 08:29:23 -07:00
parent 3e6eb1cde2
commit bdcbb67168
+1 -1
View File
@@ -746,7 +746,7 @@ defaultOpts = Opt
, optOutputFile = Nothing
, optInputFiles = Nothing
, optNumberSections = False
, optNumberOffset = [0,0,0,0,0,0]
, optNumberOffset = []
, optSectionDivs = False
, optIncremental = False
, optSelfContained = False