Fix extracting codepage

pull/6256/head
Aleksander Machniak 7 years ago
parent 9e426d2427
commit dd3ea4ed2b

@ -143,11 +143,6 @@ class rcube_tnef_decoder
$this->_geti($data, 32); // idTnefVersion
$this->_getx($data, $this->_geti($data, 32));
$this->_geti($data, 16); // checksum
// Codepage
$this->_geti($data, 8);
$this->_geti($data, 32); // idCodepage
$this->_getx($data, $this->_geti($data, 32));
$this->_geti($data, 16); // checksum
while (strlen($data) > 0) {
switch ($this->_geti($data, 8)) {

Loading…
Cancel
Save