Fixed Linux compile of FeedReader plugin

This commit is contained in:
thunder2 2023-09-10 15:25:13 +02:00
parent 313bbaaae2
commit d0b4bfdaa1

View File

@ -1151,10 +1151,10 @@ RsFeedReaderErrorState p3FeedReaderThread::processMsg(const RsFeedReaderFeed &fe
if (isRunning()) { if (isRunning()) {
/* process description */ /* process description */
bool processPostedFirstImage = (feed.flag & RS_FEED_FLAG_POSTED_FIRST_IMAGE) ? TRUE : FALSE; bool processPostedFirstImage = (feed.flag & RS_FEED_FLAG_POSTED_FIRST_IMAGE) ? true : false;
if (!msg->attachmentBinary.empty()) { if (!msg->attachmentBinary.empty()) {
/* use attachment as image */ /* use attachment as image */
processPostedFirstImage = FALSE; processPostedFirstImage = false;
} }
//long todo; // encoding //long todo; // encoding