mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix a typo
This commit is contained in:
parent
d110cbb6e2
commit
9de075029b
@ -148,7 +148,7 @@ timestamp_to_now(I) ->
|
||||
Head = I div 1000000,
|
||||
USec = I rem 1000000,
|
||||
MSec = Head div 1000000,
|
||||
Sec = Head div 1000000,
|
||||
Sec = Head rem 1000000,
|
||||
{MSec, Sec, USec}.
|
||||
|
||||
dec_priority(Prio) ->
|
||||
|
Loading…
Reference in New Issue
Block a user