mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Fixed typo in BSD code.
This commit is contained in:
parent
40297513b6
commit
c19f07bf99
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ void CDAudio_Update(void)
|
|||
subchnl.data_format = CD_CURRENT_POSITION;
|
||||
subchnl.track = 0;
|
||||
subchnl.data_len = sizeof(subchnldata);
|
||||
subchnl.data = &subchnl
|
||||
subchnl.data = &subchnl;
|
||||
#endif
|
||||
if (ioctl(cdfile, CDROMSUBCHNL, &subchnl) == -1 ) {
|
||||
Con_DPrintf("CD subcchannel ioctl failed\n");
|
||||
|
|
Loading…
Reference in a new issue