Bug 1251502 - Use devid instead of device_id when getting the ID for a cubeb device. r=jesup

MozReview-Commit-ID: JojzRPFhYJ
This commit is contained in:
Alex Chronopoulos 2016-03-25 17:41:45 +01:00
parent 2031ec8443
commit bc6563f248

View File

@ -199,7 +199,7 @@ public:
{
int dev_index = DeviceIndex(aDeviceIndex);
if (dev_index != -1) {
aID = mDevices->device[dev_index]->device_id;
aID = mDevices->device[dev_index]->devid;
return true;
}
return false;