From: Ivan Delalande Date: Thu, 26 Jun 2014 02:30:43 +0000 (+0200) Subject: Fixed wrong nanosecond factor 10E6. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=19d095717f656d844cd9d696d9c921a0821a5ea7;hp=19d095717f656d844cd9d696d9c921a0821a5ea7;p=st.git Fixed wrong nanosecond factor 10E6. Commit 5edeec1 introduced a wrong factor for nanosecond computation, the correct value is 1E6. Time and timeout values are 10 times less than they should be and this cause high CPU usage. Reported by pyroh on IRC. Thanks! Signed-off-by: Roberto E. Vargas Caballero ---