@@ -396,7 +396,7 @@ void CmaEvent::vitaEventSendNumOfObject(vita_event_t *cma_event, int eventId)
 | 
				
			|||||||
    int items = m_db->childObjectCount(ohfi);
 | 
					    int items = m_db->childObjectCount(ohfi);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if(VitaMTP_SendNumOfObject(m_device, eventId, items) != PTP_RC_OK) {
 | 
					    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 {
 | 
					    } else {
 | 
				
			||||||
        qDebug("Returned count of %d objects for OHFI parent %d", items, ohfi);
 | 
					        qDebug("Returned count of %d objects for OHFI parent %d", items, ohfi);
 | 
				
			||||||
        VitaMTP_ReportResult(m_device, eventId, PTP_RC_OK);
 | 
					        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
 | 
					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.
 | 
					  * removed systray plugins compilation build on rpm, too unstable.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 -- codestation <codestation404@gmail.com>  Sun, 24 Apr 2016 00:00:00 -0000
 | 
					 -- codestation <codestation404@gmail.com>  Sun, 24 Apr 2016 00:00:00 -0000
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user