Fix for fix

This commit is contained in:
Andrew Pamment 2018-06-24 11:01:24 +10:00
parent 78cf7067b6
commit 44909f87ad

View File

@ -175,7 +175,7 @@ int process_msgs_dat(char *msgsdat) {
}
for (i = 0; i< strlen(msgbody); i++) {
if (msgbody[i] = '\xe3') {
if (msgbody[i] == '\xe3') {
msgbody[i] = '\r';
}
}