[ros-bugs] [Bug 6018] PATCH: dmesg command for kdbg (aka kmsg)
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Wed Jun 22 03:18:06 UTC 2011
http://www.reactos.org/bugzilla/show_bug.cgi?id=6018
--- Comment #11 from hto <hto at dev.null> 2011-06-22 03:18:05 CET ---
I would change this:
- int linesCnt = (int) ceilf( (float)(prev_p-p-1) / KdbNumberOfColsTerminal );
+ int linesCnt = (KdbNumberOfColsTerminal+prev_p-p-2) /
KdbNumberOfColsTerminal;
and remove #include <math.h>.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list