Changeset 77737 in vbox
- Timestamp:
- Mar 16, 2019 10:14:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/bignum.cpp
r76553 r77737 2232 2232 */ 2233 2233 RTBigNumDestroy(&NormDividend); 2234 if (p Divisor == &NormDivisor)2234 if (pNormDivisor == &NormDivisor) 2235 2235 RTBigNumDestroy(&NormDivisor); 2236 2236 return rc; … … 2665 2665 break; 2666 2666 } 2667 2668 RTBigNumDestroy(&TmpMultiplicand); 2667 2669 } 2668 2670 }
Note:
See TracChangeset
for help on using the changeset viewer.