bin: smooth: update for current lib (RawOpts)

[ci skip]
This commit is contained in:
Simon Michael 2020-01-23 10:28:57 -08:00
parent f1f32e8341
commit 8efae769c0

View File

@ -59,7 +59,7 @@ main = do
let copts' = copts{ let copts' = copts{
-- One of our postings will probably have a missing amount; this ensures it's -- One of our postings will probably have a missing amount; this ensures it's
-- explicit on all the others. -- explicit on all the others.
rawopts_=("explicit",""):rawopts_ rawopts_=setboolopt "explicit" rawopts_
-- Don't let our ACCT argument be interpreted as a query by print -- Don't let our ACCT argument be interpreted as a query by print
,reportopts_=ropts{query_=""} ,reportopts_=ropts{query_=""}
} }