diff -u3 -pr -B /home/fab/Build/VirtualBox-6.1.14/src/VBox/Storage/testcase/vbox-img.cpp /home/fab/Build/VirtualBox-6.1.14-patched/src/VBox/Storage/testcase/vbox-img.cpp
|
old
|
new
|
static DECLCALLBACK(int) convStdOutGetSi
|
| 792 | 792 | |
| 793 | 793 | static DECLCALLBACK(int) convStdOutSetSize(void *pvUser, void *pStorage, uint64_t cbSize) |
| 794 | 794 | { |
| | 795 | |
| 795 | 796 | RT_NOREF2(pvUser, cbSize); |
| 796 | 797 | AssertPtrReturn(pStorage, VERR_INVALID_POINTER); |
| 797 | | AssertFailedReturn(VERR_NOT_SUPPORTED); |
| | 798 | // AssertFailedReturn(VERR_NOT_SUPPORTED); |
| 798 | 799 | } |
| 799 | 800 | |
| 800 | 801 | static DECLCALLBACK(int) convStdOutRead(void *pvUser, void *pStorage, uint64_t uOffset, void *pvBuffer, size_t cbBuffer, |