Ignore:
Timestamp:
Aug 26, 2007, 4:15:22 AM (18 years ago)
Author:
bird
Message:

kDbgDump can open itself now, not bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kRdr/kRdrBuffered.cpp

    r3550 r3552  
    233233    KFOFF cbLeft = pThis->cbFile - off;
    234234    KSIZE cbRead = pThis->cbBuf;
    235     if (cbRead - 1 > cbLeft)
     235    if (cbRead - 1 >= cbLeft)
    236236    {
    237237        cbRead--;
Note: See TracChangeset for help on using the changeset viewer.