This commit is contained in:
Alexandre Detiste
2016-08-07 08:37:38 +02:00
parent 498ebb1ad7
commit b44e526a6f
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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