Changeset 65613 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 4, 2017 1:46:38 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp
r65565 r65613 236 236 static int ossStreamClose(int *phFile) 237 237 { 238 if (!phFile || !*phFile )238 if (!phFile || !*phFile || *phFile == -1) 239 239 return VINF_SUCCESS; 240 240
Note:
See TracChangeset
for help on using the changeset viewer.