|
@@ -157,8 +157,8 @@ |
|
|
block discarded – undo |
|
157
|
157
|
*/ |
|
158
|
158
|
protected function checkForAppMarker($dataLength, &$index) |
|
159
|
159
|
{ |
|
160
|
|
- if (!$this->isApp1Marker($this->getHeaderPart($index, 1), $this->getHeaderPart($index+1, 1)) && |
|
161
|
|
- !$this->isAppMarker($this->getHeaderPart($index, 1), $this->getHeaderPart($index+1, 1)) |
|
|
160
|
+ if (!$this->isApp1Marker($this->getHeaderPart($index, 1), $this->getHeaderPart($index + 1, 1)) && |
|
|
161
|
+ !$this->isAppMarker($this->getHeaderPart($index, 1), $this->getHeaderPart($index + 1, 1)) |
|
162
|
162
|
) { |
|
163
|
163
|
return true; |
|
164
|
164
|
} |
Please login to merge, or discard this patch.