Changeset 60164 in vbox
- Timestamp:
- Mar 23, 2016 1:21:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r60163 r60164 138 138 { 139 139 char ch = psz[offSrc]; 140 if (RT_UNLIKELY(RT_C_IS_CNTRL(ch) ))140 if (RT_UNLIKELY(RT_C_IS_CNTRL(ch) && ch != '\0')) 141 141 { 142 142 /* Found a control character! Replace tab by space and remove all others. */
Note:
See TracChangeset
for help on using the changeset viewer.