VirtualBox

Changeset 69291 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 25, 2017 11:35:39 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118612
Message:

scm: Multiline contrib stuff. DTrace scripts. Darwin icons. [build fix]

File:
1 edited

Legend:

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

    r69286 r69291  
    14501450                            {
    14511451                                const char *pszEol = strchr(psz, '\n');
    1452                                 size_t cchLine = pszEol ? pszEol - psz : strlen(psz);
     1452                                size_t cchContribLine = pszEol ? pszEol - psz : strlen(psz);
    14531453                                ScmStreamWrite(pOut, g_aCopyrightCommentPrefix[enmCommentStyle].psz,
    14541454                                               g_aCopyrightCommentPrefix[enmCommentStyle].cch);
    1455                                 ScmStreamWrite(pOut, psz, cchLine);
     1455                                ScmStreamWrite(pOut, psz, cchContribLine);
    14561456                                ScmStreamPutEol(pOut, enmEol);
    14571457                                if (!pszEol)
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