tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is seen as a bug in javascript and images. From Max/Himax
This commit is contained in:
parent
e940245df9
commit
1457517d2d
|
@ -86,7 +86,8 @@ foreach $file (@files) {
|
|||
print(OUTPUT " ");
|
||||
}
|
||||
}
|
||||
print(OUTPUT "0x00\n};\n\n");
|
||||
# print(OUTPUT "0x00\n};\n\n");
|
||||
print(OUTPUT "\n};\n\n");
|
||||
close(FILE);
|
||||
push(@fvars, $fvar);
|
||||
push(@pfiles, $file);
|
||||
|
|
Loading…
Reference in New Issue