Ignore:
Timestamp:
Aug 15, 2007, 7:20:06 AM (18 years ago)
Author:
Brendan Oakley
Message:

Must start with newline on load or it looks strange when preceded by errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/init.cpp

    r238 r241  
    147147    if (fVerbose) {
    148148
     149        DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result);
    149150        DosWrite(1, (VOID FAR*)szALSA, sizeof(szALSA)-1, &result);
    150151        DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result);
Note: See TracChangeset for help on using the changeset viewer.