hdt: more_printf was eating a line
authorErwan Velu <erwan.velu@free.fr>
Sun, 19 Apr 2009 08:02:08 +0000 (10:02 +0200)
committerErwan Velu <erwan.velu@free.fr>
Sun, 19 Apr 2009 08:02:08 +0000 (10:02 +0200)
Impact: Visual. Some lines were missing at display

The more_printf call was missing some lines to display

com32/hdt/hdt-common.h

index 558a182..071db90 100644 (file)
@@ -46,7 +46,7 @@ extern int display_line_nb;
 
 #define more_printf(...) do {\
  if (display_line_nb == 23) {\
-   printf("\nPress any key to continue\n");\
+   printf("Press any key to continue\n");\
    display_line_nb=0;\
    get_key(stdin, 0);\
  }\