Ignore:
Timestamp:
Aug 8, 2010, 5:40:53 AM (15 years ago)
Author:
David Azarewicz
Message:

apply changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/drv32/init.c

    r519 r536  
    4848const char ERR_INIT[]    = "Initialization failed\r\r\n";
    4949const char ERR_NAMES[]    = "Query names failed\r\r\n";
     50#ifdef DEBUG
     51const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on ALSA "ALSA_VERSION"\r\n";
     52#else
    5053const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA "ALSA_VERSION"\r\n";
     54#endif
    5155
    5256//const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n";
     
    224228    GetParms(args);
    225229
     230#ifdef DEBUG
     231        rprintf(("Uniaud32 version %s-DEBUG",UNIAUD_VERSION));
     232#else
     233        rprintf(("Uniaud32 version %s",UNIAUD_VERSION));
     234#endif
     235
    226236    if(fVerbose) {
    227237        WriteString(szALSA, sizeof(szALSA)-1);
     
    229239        WriteString(szCopyRight2, sizeof(szCopyRight2)-1);
    230240    }
     241
    231242
    232243    if(fDebug) {
Note: See TracChangeset for help on using the changeset viewer.