Changeset 855


Ignore:
Timestamp:
Oct 11, 2007, 2:26:21 AM (18 years ago)
Author:
Steven Levine
Message:

Correct ReLineThread typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r850 r855  
    2525  28 Aug 07 GKY Reversed horizontal scrollbar behavior to be present for unwrapped text and absent for wrapped text & hex.
    2626  14 Sep 07 SHL Another attempt to correct the fast viewer text load failure
     27  10 Oct 07 SHL Correct ReLineThread typo
    2728
    2829***********************************************************************/
     
    10931094      IncrThreadUsage();
    10941095      ad = WinQueryWindowPtr(hwnd, QWL_USER);
    1095       if (ad)
     1096      if (!ad)
    10961097        Runtime_Error(pszSrcFile, __LINE__, "no data");
    10971098      else {
Note: See TracChangeset for help on using the changeset viewer.