Changeset 175


Ignore:
Timestamp:
May 21, 2024, 8:06:12 PM (15 months ago)
Author:
gyoung
Message:

Fix M3U save failure and related craziness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_audio/cwm3u.c

    r108 r175  
    197197                 HWND hwnd;
    198198                /* Send the handle of the M3U-File to the M3U folder. */
    199                 sprintf(chrPlayer, "M3UOBJECTHANDLE=%p;", somSelf);
     199                sprintf(chrPlayer, "M3UOBJECTHANDLE=%ld;", somSelf);
    200200                _wpSetup(wpObject, chrPlayer);
    201201
     
    286286                 HWND hwnd;
    287287                /* Send the handle of the M3U-File to the M3U folder. */
    288                 sprintf(chrPlayer, "M3UOBJECTHANDLE=%p;", somSelf);
     288                sprintf(chrPlayer, "M3UOBJECTHANDLE=%ld;", somSelf);
    289289                _wpSetup(wpObject, chrPlayer);
    290290
Note: See TracChangeset for help on using the changeset viewer.