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 2441299 commit 171b629Copy full SHA for 171b629
UD2GF.hs
@@ -293,7 +293,7 @@ splitDevTree env tr@(RTree dn trs) =
293
False -> head $ splitDevTree env $ RTree (d{devNeedBackup = True}) ts ---- head
294
295
isStartCat :: AbsTreeInfo -> Bool
296
- isStartCat (rt, (ci, uis)) = startCategory env /= mkType [] ci []
+ isStartCat AbsTreeInfo { atiAbsTree = rt, atiCat = ci, atiUDIds = uis} = startCategory env /= mkType [] ci []
297
298
prtStatus udids = "[" ++ concat (intersperse "," (map prt udids)) ++ "]"
299
0 commit comments