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