RagePhoto: uncomment setHeader HeaderMallocError code

This commit is contained in:
Syping 2023-01-08 14:09:36 +01:00
parent 13650527be
commit db9a0eaf9a
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ void RagePhoto::setJson(const char *json, uint32_t bufferSize)
void RagePhoto::setHeader(const char *header, uint32_t headerSum)
{
if (!writeDataChar(header, &m_data.header)) {
//m_data.error = Error::HeaderMallocError;
m_data.error = Error::HeaderMallocError; // 4
return;
}
m_data.headerSum = headerSum;