Changeset 1544 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Sep 30, 2010, 3:00:59 PM (15 years ago)
Author:
Gregg Young
Message:

Changes to fopen and _fsopen to allow FM2 to be loaded in high memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1533 r1544  
    308308            CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, ' ');
    309309            sprintf(s, "%s %s (%lu%%) %s", dv, szQty, ulPctFree, GetPString(IDS_FREETEXT));
    310           }
     310          }
     311          else
     312            sprintf(s, "%s ", dv);
    311313        }
    312314      }
     
    19451947      }
    19461948      else
    1947         helpid = 0;
     1949        helpid = 0;
    19481950    }
    19491951    break;
     
    20312033          (!hwndBubble ||
    20322034           WinQueryWindowULong(hwndBubble, QWL_USER) != hwnd) &&
    2033           !WinQueryCapture(HWND_DESKTOP)) {
    2034 
    2035         RECTL rcl;
     2035          !WinQueryCapture(HWND_DESKTOP)) {
     2036
     2037        RECTL rcl;
    20362038        POINTL ptl;
    20372039
     
    20392041        WinMapWindowPoints(HWND_DESKTOP, hwnd, &ptl, 1);
    20402042        WinQueryWindowRect(hwnd, &rcl);
    2041         if (WinPtInRect(WinQueryAnchorBlock(hwnd), &rcl, &ptl))
    2042           BubbleHelp(hwnd, FALSE, TRUE, FALSE, (char *)mp1);
     2043        if (WinPtInRect(WinQueryAnchorBlock(hwnd), &rcl, &ptl)) {
     2044          BubbleHelp(hwnd, FALSE, TRUE, FALSE, (char *)mp1);
     2045        }
    20432046      }
    20442047    }
Note: See TracChangeset for help on using the changeset viewer.