VirtualBox

Changeset 107649 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jan 10, 2025 1:38:02 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166739
Message:

Runtime/common/string/strformatrt.cpp: Return the number of bytes/chracters written instead of 0, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformatrt.cpp

    r106061 r107649  
    15801580                    while (--cchWidth >= cchStr)
    15811581                        cchOutput += pfnOutput(pvArgOutput, "%20", 3);
     1582
     1583                    return cchOutput;
    15821584                }
    15831585                else
Note: See TracChangeset for help on using the changeset viewer.

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