null-terminate generated image paths

This commit is contained in:
eohannes 2024-07-20 12:27:33 -07:00
parent 6a637bfcb3
commit ae0832d01f
1 changed files with 1 additions and 0 deletions

View File

@ -688,6 +688,7 @@ $(BUILD_DIR)/%: %.png
$(BUILD_DIR)/%.inc.c: $(BUILD_DIR)/% %.png $(BUILD_DIR)/%.inc.c: $(BUILD_DIR)/% %.png
hexdump -v -e '1/1 "0x%X,"' $< > $@ hexdump -v -e '1/1 "0x%X,"' $< > $@
echo "0x00" >> $@
echo >> $@ echo >> $@
else else