VirtualBox

Ignore:
Timestamp:
Sep 6, 2011 2:36:10 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73871
Message:

strformat.cpp: Burn fix (todo, fix properly later).

File:
1 edited

Legend:

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

    r38658 r38659  
    504504                            while (cchStr-- > 0)
    505505                            {
    506 #ifndef IN_RC
     506/**@todo #ifndef IN_RC*/
     507#ifdef IN_RING3
    507508                                RTUNICP Cp;
    508509                                RTUtf16GetCpEx(&pwszStr, &Cp);
     
    537538                            while (cchStr-- > 0)
    538539                            {
    539 #ifndef IN_RC
     540/**@todo #ifndef IN_RC*/
     541#ifdef IN_RING3
    540542                                char szUtf8[8]; /* Cp=0x7fffffff -> 6 bytes. */
    541543                                char *pszEnd = RTStrPutCp(szUtf8, *puszStr++);
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