Changeset 76 for GPL/trunk/lib32/ioctl.c
- Timestamp:
- Apr 9, 2006, 12:09:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/ioctl.c
r32 r76 1063 1063 if (fileid == opened_handles[i].FileId) 1064 1064 { 1065 opened_handles[i].reuse = 0; 1065 1066 if (OSS32_WaveClose((OSSSTREAMID)opened_handles[i].handle) == 0) 1066 1067 opened_handles[i].handle = 0; … … 1069 1070 else 1070 1071 { 1072 opened_handles[i].reuse = 0; 1071 1073 if (OSS32_WaveClose((OSSSTREAMID)opened_handles[i].handle) == 0) 1072 1074 opened_handles[i].handle = 0;
Note:
See TracChangeset
for help on using the changeset viewer.