Changeset 34406 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 26, 2010 4:45:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34398 r34406 910 910 911 911 /* Destroy file list. */ 912 PDIRECTORYENTRY pNode = RTList NodeGetFirst(pList, DIRECTORYENTRY, Node);912 PDIRECTORYENTRY pNode = RTListGetFirst(pList, DIRECTORYENTRY, Node); 913 913 while (pNode) 914 914 {
Note:
See TracChangeset
for help on using the changeset viewer.