Changeset 235 for GPL/trunk/drv32/init.c


Ignore:
Timestamp:
Aug 8, 2007, 7:31:43 AM (18 years ago)
Author:
Brendan Oakley
Message:

New mkversion thanks to Mike, with BLDLEVEL and driver load output fixes from Allan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/init.c

    r86 r235  
    4848const char ERR_INIT[]    = "Initialization failed\r\r\n";
    4949const char ERR_NAMES[]    = "Query names failed\r\r\n";
    50 const char szALSA[]      = "\r\n\r\nOS/2 Universal Audio Core Driver v"ALSA_VERSION"\r\n";
     50const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA "ALSA_VERSION"\r\n";
    5151
    5252const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n";
    53 const char szCopyRight2[]= "Copyright 2000-2002 The ALSA Project\r\n\r\n";
    54 const char szCopyRight3[]= "Copyright 2005-2006 Netlabs http://www.netlabs.org\r\n";
     53const char szCopyRight2[]= "Copyright 2000-2007 The ALSA Project\r\n\r\n";
     54const char szCopyRight3[]= "Copyright 2005-2007 Netlabs http://www.netlabs.org\r\n";
    5555//const char szCopyRight3[]= "Maintained by http://os2.kiev.ua/en/uniaud.php\r\n\r\n";
    5656
     
    217217
    218218    if(fVerbose) {
     219        WriteString(szCopyRight3, sizeof(szCopyRight3)-1);
    219220        WriteString(szALSA, sizeof(szALSA)-1);
    220         WriteString(szCopyRight1, sizeof(szCopyRight1)-1);
    221         WriteString(szCopyRight3, sizeof(szCopyRight3)-1);
    222221        WriteString(szCopyRight2, sizeof(szCopyRight2)-1);
    223222    }
Note: See TracChangeset for help on using the changeset viewer.