Fix comment

This commit is contained in:
MarkBaker 2020-06-30 01:11:53 +02:00
parent 362b18ca12
commit 4060cdec7e
1 changed files with 1 additions and 1 deletions

View File

@ -3444,7 +3444,7 @@ class Xls extends BaseReader
// offset: 10; size: 2; option flags // offset: 10; size: 2; option flags
// bit: 0; mask: 0x0001; 0=landscape, 1=portrait // bit: 0; mask: 0x0001; 0=down then over, 1=over then down
$isOverThenDown= (0x0001 & self::getUInt2d($recordData, 10)); $isOverThenDown= (0x0001 & self::getUInt2d($recordData, 10));
// bit: 1; mask: 0x0002; 0=landscape, 1=portrait // bit: 1; mask: 0x0002; 0=landscape, 1=portrait