| Server IP : 82.208.35.60 / Your IP : 216.73.217.167 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/syslinux/files/ |
Upload File : |
--- libinstaller/bin2c.pl.orig 2010-10-20 21:25:38.000000000 +0200
+++ libinstaller/bin2c.pl 2010-11-16 14:24:32.427122941 +0100
@@ -27,7 +27,7 @@
$pad = 1 if ($pad < 1);
-printf "unsigned char %s[] = {\n", $table_name;
+printf "static unsigned char _%s[] = {\n", $table_name;
$pos = 0;
$linelen = 8;
@@ -74,5 +74,6 @@
@st = stat STDIN;
printf "\nconst int %s_mtime = %d;\n", $table_name, $st[9];
+printf "\nunsigned char *%s = _%s;\n", $table_name, $table_name;
exit 0;