@@ -396,7 +396,7 @@ void CmaEvent::vitaEventSendNumOfObject(vita_event_t *cma_event, int eventId)
|
||||
int items = m_db->childObjectCount(ohfi);
|
||||
|
||||
if(VitaMTP_SendNumOfObject(m_device, eventId, items) != PTP_RC_OK) {
|
||||
qWarning("Error occured receiving object count for OHFI parent %d", ohfi);
|
||||
qWarning("Error occurred receiving object count for OHFI parent %d", ohfi);
|
||||
} else {
|
||||
qDebug("Returned count of %d objects for OHFI parent %d", items, ohfi);
|
||||
VitaMTP_ReportResult(m_device, eventId, PTP_RC_OK);
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,6 +1,6 @@
|
||||
qcma (0.3.12) unstable; urgency=low
|
||||
|
||||
* Added support for host endianess.
|
||||
* Added support for host endianness.
|
||||
* removed systray plugins compilation build on rpm, too unstable.
|
||||
|
||||
-- codestation <codestation404@gmail.com> Sun, 24 Apr 2016 00:00:00 -0000
|
||||
|
Reference in New Issue
Block a user