File tree 1 file changed +2
-3
lines changed
library/Zend/Pdf/FileParser/Font
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -898,7 +898,6 @@ protected function _parseCmapTable()
898
898
if ($ language != 0 ) {
899
899
$ this ->_debugLog ('Type 0 cmap tables must be language-independent; '
900
900
. ' language: %d; skipping ' , $ language );
901
- continue ;
902
901
}
903
902
break ;
904
903
@@ -917,7 +916,7 @@ protected function _parseCmapTable()
917
916
case 0xa : // break intentionally omitted
918
917
case 0xc :
919
918
$ this ->_debugLog ('Format: 0x%x currently unsupported; skipping ' , $ format );
920
- continue ;
919
+ break ;
921
920
//$this->skipBytes(2);
922
921
//$cmapLength = $this->readUInt(4);
923
922
//$language = $this->readUInt(4);
@@ -929,7 +928,7 @@ protected function _parseCmapTable()
929
928
930
929
default :
931
930
$ this ->_debugLog ('Unknown subtable format: 0x%x; skipping ' , $ format );
932
- continue ;
931
+ break ;
933
932
}
934
933
$ cmapType = $ format ;
935
934
break ;
You can’t perform that action at this time.
0 commit comments