Check the actual format
This commit is contained in:
parent
66ab5ccf46
commit
6cbd7f6634
@ -1093,7 +1093,7 @@ class OpenPGP_LiteralDataPacket extends OpenPGP_Packet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function normalize() {
|
function normalize() {
|
||||||
if($opt['format'] == 'u' || $opt['format'] == 't') { // Normalize line endings
|
if($this->format == 'u' || $this->format == 't') { // Normalize line endings
|
||||||
$this->data = str_replace("\n", "\r\n", str_replace("\r", "\n", str_replace("\r\n", "\n", $this->data)));
|
$this->data = str_replace("\n", "\r\n", str_replace("\r", "\n", str_replace("\r\n", "\n", $this->data)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user