fix winner-mode dumper

This commit is contained in:
Junker 2023-05-30 00:49:19 +07:00
parent 7d1e57ca1e
commit 4023d7657a

View file

@ -12,7 +12,7 @@
(declare (ignore args))
(let* ((group-number (current-group-number)))
(check-ids group-number *current-ids* *max-ids*)
(stumpwm::dump-to-file (stumpwm:dump-group (stumpwm:current-group))
(stumpwm::dump-to-file (stumpwm::dump-group (stumpwm:current-group))
(dump-name group-number (incf (gethash group-number *current-ids*))))
(when (> (gethash group-number *current-ids*)
(gethash group-number *max-ids*))