From 3664ed332877320d0414dba6d64d1aa3d480f09f Mon Sep 17 00:00:00 2001 From: artemuhi Date: Sun, 28 Apr 2024 22:08:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20printlib.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- printlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printlib.php b/printlib.php index d20e721..25394cc 100644 --- a/printlib.php +++ b/printlib.php @@ -106,7 +106,7 @@ function rawdlen($data) { } return $l . $h; } -function printqr($data, $size = 16) { +function printqr($data, $size = 8) { if (strlen($data)<7088) { if ($size<16) { $encs=hex2bin("0" . dechex($size));