Changeset 106093 in vbox for trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
- Timestamp:
- Sep 19, 2024 10:59:59 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r106061 r106093 2545 2545 pstrLine->setNull(); 2546 2546 cch++; 2547 }2548 2549 while (cbData)2550 {2551 pstrLine->append(*cch);2552 cch++;2553 cbData--;2554 2547 } 2555 2548 }
Note:
See TracChangeset
for help on using the changeset viewer.