mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
fix bug that lead to all liveconfig tests failing
This commit is contained in:
@@ -19,8 +19,8 @@ macro_rules! progress {
|
||||
Event::CONFIGURE_PROGRESS,
|
||||
(if $progress < 1 {
|
||||
1
|
||||
} else if $progress > 999 {
|
||||
999
|
||||
} else if $progress > 1000 {
|
||||
1000
|
||||
} else {
|
||||
$progress
|
||||
}) as uintptr_t,
|
||||
|
||||
Reference in New Issue
Block a user