Changeset 1677 in vbox
- Timestamp:
- Mar 23, 2007 1:24:31 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r1675 r1677 160 160 RTFileClose(tmp); 161 161 } 162 /* pretend success */ 163 rc = VINF_SUCCESS; 162 164 } 163 165 cbReallyRead = 0; … … 248 250 RTFileClose(tmp); 249 251 } 252 /* pretend success */ 253 rc = VINF_SUCCESS; 250 254 } 251 255 cbWritten = 0;
Note:
See TracChangeset
for help on using the changeset viewer.