Changeset 946 for trunk/dll/newview.c


Ignore:
Timestamp:
Feb 10, 2008, 8:02:58 PM (18 years ago)
Author:
Gregg Young
Message:

Minor code cleanup and documentation for some changes. (Tickets 3, 7, 184)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r920 r946  
    24492449            }
    24502450          }
    2451         }
     2451        }
     2452        //Move line to selection box at top of viewer
    24522453        numsels = (SHORT) WinSendDlgItemMsg(ad->hwndFrame, NEWVIEW_LISTBOX,
    24532454                                            LM_QUERYITEMCOUNT, MPVOID,
     
    24862487
    24872488            width = ad->textsize - (whichline * 16);
    2488             width = min(width, 16);
     2489            width = min(width, 16); //standard hexx line length
     2490            //use 80 as width * 5 gives inconsistent format on short lines
    24892491            s = xmalloc(80, pszSrcFile, __LINE__);
    24902492            if (!s)
Note: See TracChangeset for help on using the changeset viewer.