VirtualBox

Changeset 106749 in vbox for trunk/src


Ignore:
Timestamp:
Oct 28, 2024 1:57:36 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165633
Message:

scm: Hacked up minimal support for multiline if1of/ifn1of. [fix] jiraref:VBP-1253

File:
1 edited

Legend:

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

    r106747 r106749  
    787787            if (pchLine[offSrc] == '\\' && offSrc + 1 == cchLine)
    788788            {
    789                 *pszDst++ = ' ';
     789                if (pszDst[-1] != ' ')
     790                    *pszDst++ = ' ';
    790791                *pszDst++ = '\\';
    791792                *pszDst   = '\0';
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