Changeset 62448 in vbox for trunk/src/VBox/Runtime/common/net
- Timestamp:
- Jul 22, 2016 2:51:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp
r58438 r62448 224 224 * "::" compressed zero run. 225 225 */ 226 pszNext = NULL; /* (MSC incorrectly thinks it may be used unitialized) */ 226 227 for (iGroup = 0; iGroup < 8; ++iGroup) 227 228 {
Note:
See TracChangeset
for help on using the changeset viewer.