Changeset 45045 in vbox for trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
- Timestamp:
- Mar 15, 2013 7:47:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
r44751 r45045 885 885 if (cchUsed + 2 < cbBuf) 886 886 { 887 memmove(pszBuf + 2, pszBuf, cchUsed + 2);887 memmove(pszBuf + 2, pszBuf, cchUsed + 1); /* include terminating \0 */ 888 888 cchUsed += 2; 889 889 }
Note:
See TracChangeset
for help on using the changeset viewer.