Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/debug.c

    r287 r305  
     1/* $Id: debug.c,v 1.1.1.1 2003/07/02 13:57:02 eleph Exp $ */
    12/*
    23 * COM port debugging functions
     
    549550{
    550551   int len;
    551 #ifdef DEBUG9
     552#ifdef DEBUG
    552553   int i;
    553 #endif /* DEBUG9 */
     554#endif /* DEBUG */
    554555   
    555556   len= _strnlen( DbgStr, 1024 );
     
    558559      CharOut(*DbgStr++);
    559560      */
    560 #ifdef DEBUG9
     561#ifdef DEBUG999
    561562   for( i= 0; i < len; i++ )
    562563      CharOut( DbgStr[i] );
     
    597598//           if( (wrOffset+1) >= max_buf_size )
    598599//               wrOffset= 0;
    599        if( szprintBuf[wrOffset-1] == LF )
    600            wrOffset = wrOffset - 1;
    601600           szprintBuf[wrOffset]= CR;
    602601           if( ++wrOffset >= max_buf_size )
Note: See TracChangeset for help on using the changeset viewer.