Fix for previous commit

This commit is contained in:
ruan 2018-09-22 14:40:47 +02:00
parent ac9219e06a
commit 7e4d5de57a
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -419,7 +419,7 @@ class Page {
$newstr .= $chr; $newstr .= $chr;
if (++$cur >= $limit) { if (++$cur >= $limit) {
$cur = 0; $cur = 0;
if ($i < 32) { if ($i < 31) {
$newstr .= '-'; $newstr .= '-';
} }
$chunk++; $chunk++;