15 Oct
2008
15 Oct
'08
12:52 a.m.
"Aric Stewart" <aric(a)codeweavers.com> wrote:
+static inline INT calculate_vlc(EDITSTATE *es) +{ + INT vlc = (es->format_rect.bottom - es->format_rect.top) / es->line_height; + return max(1,vlc); +}
The formatting of the above hunk is broken, you will notice that once you set tab size in your editor to native 8. -- Dmitry.