Ignore:
Timestamp:
Nov 24, 2025, 12:32:58 AM (12 hours ago)
Author:
David Azarewicz
Message:

Update version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r211 r213  
    402402      pszCmdLine++;
    403403      /* Specify to allow the trace buffer to wrap when full. */
    404       D32g_DbgBufWrap = !iInvertOption;
     404      if (iInvertOption) D32g_DbgFlags &= ~D32DBGF_WRAP;
     405      else D32g_DbgFlags |= D32DBGF_WRAP;
    405406      continue;
    406407    }
Note: See TracChangeset for help on using the changeset viewer.