fix MARKED decoding when string begins with $Cx
This commit is contained in:
+1
-1
@@ -610,7 +610,7 @@ struct pstring {
|
||||
if (this->data[1] == 'J') {
|
||||
client_language = 0;
|
||||
offset = 2;
|
||||
} else {
|
||||
} else if (this->data[1] != 'C') {
|
||||
client_language = 1;
|
||||
offset = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user