Changeset 3


Ignore:
Timestamp:
Jan 31, 2018, 6:30:50 PM (8 years ago)
Author:
erdmann
Message:

fixing 2 bugs in mmi_customdll.c, unpacking STDCODE.RAR into its own directory, removing all binaries (.obj, .exe) from repo

Location:
trunk
Files:
11 added
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mmi_customdll.c

    r2 r3  
    185185      // mp1 got FunctionID, mp2 got SysInfoParm
    186186      MINSTLOG_ToFile ("Doing MCI-SYSINFO...\n");
    187       strcpy(PVOIDFROMMP(mp2), "IBMSEQSB01");
    188187      CustomAPI_AnalyseSYSINFOCalls ((ULONG)LONGFROMMP(mp1), PVOIDFROMMP(mp2));
    189188      APIResult = MCIINI_SendSysInfoExtCommand ((ULONG)LONGFROMMP(mp1), PVOIDFROMMP(mp2));
     
    211210         MINSTLOG_ToFile ("     - ulNumPlayConnections %d\n", CurNetDefConn->ulNumPlayConnections);
    212211         MINSTLOG_ToFile ("     - ulNumRecordConnections %d\n", CurNetDefConn->ulNumRecordConnections);
    213          for (i=0; i<MAX_DEVICE_NAME; i++) {
     212         for (i=0; i< CurNetDefConn->ulNumDevices; i++) {
    214213            MINSTLOG_ToFile ("     - Devices[%d] %s\n", i, CurNetDefConn->pDevices[i]);
    215214          }
Note: See TracChangeset for help on using the changeset viewer.