Changeset 71917 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Apr 19, 2018 10:09:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memrchr.cpp
r71916 r71917 48 48 while (cb) 49 49 { 50 if (*pbCur == c b)50 if (*pbCur == ch) 51 51 return (void *)pbCur; 52 52 pbCur--;
Note:
See TracChangeset
for help on using the changeset viewer.