Changeset 175
- Timestamp:
- May 21, 2024, 8:06:12 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_audio/cwm3u.c
r108 r175 197 197 HWND hwnd; 198 198 /* Send the handle of the M3U-File to the M3U folder. */ 199 sprintf(chrPlayer, "M3UOBJECTHANDLE=% p;", somSelf);199 sprintf(chrPlayer, "M3UOBJECTHANDLE=%ld;", somSelf); 200 200 _wpSetup(wpObject, chrPlayer); 201 201 … … 286 286 HWND hwnd; 287 287 /* Send the handle of the M3U-File to the M3U folder. */ 288 sprintf(chrPlayer, "M3UOBJECTHANDLE=% p;", somSelf);288 sprintf(chrPlayer, "M3UOBJECTHANDLE=%ld;", somSelf); 289 289 _wpSetup(wpObject, chrPlayer); 290 290
Note:
See TracChangeset
for help on using the changeset viewer.