Changeset 16712 in vbox
- Timestamp:
- Feb 12, 2009 4:00:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r16702 r16712 924 924 for (size_t j = 0; j < ids.size(); ++ j) 925 925 { 926 printf (" {%Vuuid}\n", &ids [ i]);926 printf (" {%Vuuid}\n", &ids [j]); 927 927 } 928 928 } … … 980 980 for (size_t j = 0; j < ids.size(); ++ j) 981 981 { 982 printf (" {%Vuuid}\n", &ids [ i]);982 printf (" {%Vuuid}\n", &ids [j]); 983 983 } 984 984 }
Note:
See TracChangeset
for help on using the changeset viewer.