VirtualBox

Changeset 13513 in vbox


Ignore:
Timestamp:
Oct 23, 2008 7:26:33 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38349
Message:

false positive but fixing does not hurt

File:
1 edited

Legend:

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

    r13472 r13513  
    165165         * Find the end of the current pattern.
    166166         */
    167         unsigned char ch;
     167        unsigned char ch = '\0';
    168168        const char *pszEnd = pszCur;
    169169        while (cchPatterns && (ch = *pszEnd) != '\0' && ch != '|')
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