Fix for fix
This commit is contained in:
parent
78cf7067b6
commit
44909f87ad
@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user