VirtualBox

Changeset 3322 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 27, 2007 8:27:57 PM (17 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/uniread.cpp

    r2981 r3322  
    196196 * @param   pszStr      The string to duplicate.
    197197 */
    198 static char *DupStr(char *pszStr)
     198static char *DupStr(const char *pszStr)
    199199{
    200200    if (!*pszStr)
     
    218218    RTUNICP     SimpleLowerCaseMapping;
    219219    RTUNICP     SimpleTitleCaseMapping;
    220     char       *pszName;
     220    const char  *pszName;
    221221    /** Set if this is an unused entry */
    222222    unsigned    fNullEntry : 1;
     
    268268
    269269    /* unprocess stuff, so far. */
    270     char *pszGeneralCategory;
    271     char *pszCanonicalCombiningClass;
    272     char *pszBidiClass;
    273     char *pszDecompositionType;
    274     char *pszDecompositionMapping;
    275     char *pszNumericType;
    276     char *pszNumericValue;
    277     char *pszBidiMirrored;
    278     char *pszUnicode1Name;
    279     char *pszISOComment;
     270    const char *pszGeneralCategory;
     271    const char *pszCanonicalCombiningClass;
     272    const char *pszBidiClass;
     273    const char *pszDecompositionType;
     274    const char *pszDecompositionMapping;
     275    const char *pszNumericType;
     276    const char *pszNumericValue;
     277    const char *pszBidiMirrored;
     278    const char *pszUnicode1Name;
     279    const char *pszISOComment;
    280280} g_aCPInfo[0xf0000];
    281281
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