updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / yeganesh / newline.patch
blob7de56380f07e0a072051376e585c3943ef490e37
1 --- yeganesh.hs 2010-09-06 15:16:37.000000000 -0400
2 +++ yeganesh.hs 2011-08-23 12:41:40.453995435 -0400
3 @@ -128,7 +128,7 @@
4 ms2 = 1 - s2
6 updatePriority :: String -> UTCTime -> UTCTime -> Commands -> Commands
7 -updatePriority cmd old new cmds = insert cmd pri cmds' where
8 +updatePriority cmd old new cmds = insert (init cmd) pri cmds' where
9 cmds' = decay old new cmds
10 pri = boost $ findWithDefault 0 cmd cmds'