Changeset 340


Ignore:
Timestamp:
Apr 5, 2008, 10:23:07 AM (17 years ago)
Author:
Paul Smedley
Message:

Set SVN revision in uniaud.inc for 1.9.3 release

Location:
GPL/branches/uniaud32-2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/lib32/memory.cpp

    r269 r340  
    196196        *pAddr = (LINEAR)addr;
    197197        if (flags & VMDHA_USEHIGHMEM)
    198             dprintf((("allocated %X in HIGH memory"), size));
    199         else dprintf((("allocated %X in LOW memory"), size));
     198            dprintf((("allocated %X in HIGH memory\n"), size));
     199        else dprintf((("allocated %X in LOW memory\n"), size));
    200200    }
    201201    if ((rc == 87) &&
  • GPL/branches/uniaud32-2.0/lib32/ossidc.cpp

    r337 r340  
    110110        return OSSERR_INIT_FAILED;
    111111    }
    112     dprintf(("Uniaud version %s",UNIAUD_VERSION));
     112    dprintf(("Uniaud version %s\n",UNIAUD_VERSION));
    113113    dprintf(("OSS32_Initialize. Start address: %X", OffsetBeginCS32));
    114114//    DebugInt3();
  • GPL/branches/uniaud32-2.0/uniaud.inc

    r337 r340  
    1313# ex RC3  GA  FIXPACK2 beta_47
    1414# Comment out to avoid a fixpack line in bldlevel
    15 FIXPACK = SVN r???
     15FIXPACK = SVN r340
    1616
    1717# ALSA BUILD VERSION
Note: See TracChangeset for help on using the changeset viewer.