Changeset 855
- Timestamp:
- Oct 11, 2007, 2:26:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r850 r855 25 25 28 Aug 07 GKY Reversed horizontal scrollbar behavior to be present for unwrapped text and absent for wrapped text & hex. 26 26 14 Sep 07 SHL Another attempt to correct the fast viewer text load failure 27 10 Oct 07 SHL Correct ReLineThread typo 27 28 28 29 ***********************************************************************/ … … 1093 1094 IncrThreadUsage(); 1094 1095 ad = WinQueryWindowPtr(hwnd, QWL_USER); 1095 if ( ad)1096 if (!ad) 1096 1097 Runtime_Error(pszSrcFile, __LINE__, "no data"); 1097 1098 else {
Note:
See TracChangeset
for help on using the changeset viewer.