mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue