Changeset 103383 in vbox
- Timestamp:
- Feb 15, 2024 11:53:38 AM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161701
- Location:
- trunk/src/bldprogs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.cpp
r98449 r103383 2888 2888 if (cExtraAdvance) 2889 2889 RTPrintf(" %s, %s\n", paOpts[i].pszLong, paOpts[i + 1].pszLong); 2890 else if (paOpts[i].iShort != SCMOPT_NO_UPDATE_LICENSE )2890 else if (paOpts[i].iShort != SCMOPT_NO_UPDATE_LICENSE || i + 6 >= cOpts /* paranoia */) 2891 2891 RTPrintf(" %s\n", paOpts[i].pszLong); 2892 2892 else -
trunk/src/bldprogs/scmstream.cpp
r100618 r103383 476 476 static const char *scmStreamGetLineInternal(PSCMSTREAM pStream, size_t *pcchLine, PSCMEOL penmEol) 477 477 { 478 *pcchLine = 0; 479 *penmEol = SCMEOL_NONE; 480 478 481 AssertReturn(!pStream->fWriteOrRead, NULL); 479 482 if (RT_FAILURE(pStream->rc))
Note:
See TracChangeset
for help on using the changeset viewer.