Changeset 84274 in vbox
- Timestamp:
- May 12, 2020 4:37:49 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/string/base64.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/base64.cpp
r84273 r84274 507 507 char const chEol0 = g_aachEolStyles[fFlags & RTBASE64_FLAGS_EOL_STYLE_MASK][0]; 508 508 char const chEol1 = g_aachEolStyles[fFlags & RTBASE64_FLAGS_EOL_STYLE_MASK][1]; 509 Assert(cchEol == (chEol0 != '\0' ? 1U : 0U) + (chEol1 != '\0' ? 1U : 0U)); 509 510 510 511 /*
Note:
See TracChangeset
for help on using the changeset viewer.

