VirtualBox

Changeset 26342 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Feb 9, 2010 3:15:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57430
Message:

scm: fixed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r26339 r26342  
    700700int ScmStreamSeekByLine(PSCMSTREAM pStream, size_t iLine)
    701701{
    702     AssertReturn(!pStream->fWriteOrRead, NULL);
     702    AssertReturn(!pStream->fWriteOrRead, VERR_ACCESS_DENIED);
    703703    if (RT_FAILURE(pStream->rc))
    704704        return pStream->rc;
     
    931931        int rc = scmStreamGrowLines(pStream, iLine);
    932932        if (RT_FAILURE(rc))
    933             return NULL;
     933            return rc;
    934934    }
    935935
     
    10221022                    pStream->paLines[iLine].cch    = off - pStream->paLines[iLine].off;
    10231023                    pStream->paLines[iLine].enmEol = SCMEOL_NONE;
    1024                     return NULL;
     1024                    return rc;
    10251025                }
    10261026            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette