Changeset 536 for GPL/branches/uniaud32-2.1.x/drv32/init.c
- Timestamp:
- Aug 8, 2010, 5:40:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/drv32/init.c
r519 r536 48 48 const char ERR_INIT[] = "Initialization failed\r\r\n"; 49 49 const char ERR_NAMES[] = "Query names failed\r\r\n"; 50 #ifdef DEBUG 51 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on ALSA "ALSA_VERSION"\r\n"; 52 #else 50 53 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA "ALSA_VERSION"\r\n"; 54 #endif 51 55 52 56 //const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n"; … … 224 228 GetParms(args); 225 229 230 #ifdef DEBUG 231 rprintf(("Uniaud32 version %s-DEBUG",UNIAUD_VERSION)); 232 #else 233 rprintf(("Uniaud32 version %s",UNIAUD_VERSION)); 234 #endif 235 226 236 if(fVerbose) { 227 237 WriteString(szALSA, sizeof(szALSA)-1); … … 229 239 WriteString(szCopyRight2, sizeof(szCopyRight2)-1); 230 240 } 241 231 242 232 243 if(fDebug) {
Note:
See TracChangeset
for help on using the changeset viewer.