From: Elena Mamontova Date: Mon, 8 Aug 2016 10:50:50 +0000 (+0300) Subject: Ticket 37. if (message == "") replaced by if (message.empty()) in the X-Git-Tag: 2.409~125 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/366bb4653b313204d38c3a66b0ed7b18d89cca1b?ds=inline;hp=366bb4653b313204d38c3a66b0ed7b18d89cca1b Ticket 37. if (message == "") replaced by if (message.empty()) in the ApplyChangews() function. ---