- Timestamp:
- Dec 16, 2013 5:33:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r49938 r49939 2627 2627 2628 2628 int rc; 2629 intcBackoff = 0;2629 unsigned cBackoff = 0; 2630 2630 do 2631 2631 { … … 2735 2735 2736 2736 int rc; 2737 intcBackoff = 0;2737 unsigned cBackoff = 0; 2738 2738 do 2739 2739 {
Note:
See TracChangeset
for help on using the changeset viewer.