Changeset 52608 in vbox for trunk/src/VBox/Runtime/common/asn1
- Timestamp:
- Sep 5, 2014 6:52:25 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp
r52600 r52608 193 193 */ 194 194 char chLastDigit; 195 uint32_t uMult = 100000000 0;195 uint32_t uMult = 100000000; 196 196 do 197 197 {
Note:
See TracChangeset
for help on using the changeset viewer.