mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Fixed Linux compile of FeedReader plugin
This commit is contained in:
parent
313bbaaae2
commit
d0b4bfdaa1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user