We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc75185 commit d0957b7Copy full SHA for d0957b7
UD2GF.hs
@@ -302,7 +302,7 @@ splitDevTree env tr@(RTree dn trs) =
302
False -> head $ splitDevTree env $ RTree (d{devNeedBackup = True}) ts ---- head
303
304
isStartCat :: AbsTreeInfo -> Bool
305
- isStartCat (rt, (ci, uis)) = startCategory env /= mkType [] ci []
+ isStartCat AbsTreeInfo { atiAbsTree = rt, atiCat = ci, atiUDIds = uis} = startCategory env /= mkType [] ci []
306
307
prtStatus udids = "[" ++ concat (intersperse "," (map prt udids)) ++ "]"
308
0 commit comments