Changeset 89 for branches/v2.9_Lars/classes
- Timestamp:
- Oct 1, 2023, 4:23:48 AM (23 months ago)
- Location:
- branches/v2.9_Lars/classes/mm-progs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars/classes/mm-progs/master_volume/volume.c
r74 r89 439 439 PSWP pswpTB=NULLHANDLE; 440 440 PSWP pswp=(PSWP)mp1; 441 int y , cy;441 int y; 442 442 443 443 for (a = 0; a < countSwp; a++) … … 448 448 pswpTB=&pswp[a]; 449 449 y=pswp[a].y; 450 cy=pswp[a].cy;451 450 // DosBeep(500,600); 452 451 break; -
branches/v2.9_Lars/classes/mm-progs/mmfind/mmfind.c
r74 r89 1055 1055 { 1056 1056 HOBJECT hObject; 1057 char *chr;1058 1057 if((hObject=WinQueryObject(fd.szFullFile))!=NULLHANDLE) 1059 1058 WinOpenObject(hObject, ID_MENU_PLAYER /* OPEN_DEFAULT */, TRUE); 1060 1059 #if 0 1061 1060 /* Open folder */ 1062 if((chr=strrchr(fd.szFullFile, '\\'))!=NULLHANDLE) { 1063 *chr=0; 1061 if(strrchr(fd.szFullFile, '\\')!=NULLHANDLE) { 1064 1062 if((hObject=WinQueryObject(fd.szFullFile))!=NULLHANDLE) 1065 1063 WinOpenObject(hObject, OPEN_CONTENTS, TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.