From: Elena Mamontova Date: Mon, 8 Aug 2016 12:14:06 +0000 (+0300) Subject: Ticket 37. if (message == "") replaced by if (message.empty()) in the X-Git-Tag: 2.409~123 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/6a910ebc93a80b2f33399dd956f3a7aae9fd35ec?hp=6a910ebc93a80b2f33399dd956f3a7aae9fd35ec Ticket 37. if (message == "") replaced by if (message.empty()) in the ProcessNewMonth() function. ---