Fix 4-bit 16 color palette

This commit is contained in:
Milan Nikolic
2026-06-23 04:39:03 +02:00
parent 59bc2b7a1e
commit 09630243fb
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ func (c *Converter) archiveSetComment(fileName, commentBody string) error {
return nil
}
// archiveFileAdd adds file to archive.
// archiveFileAdd adds a file to the archive.
func (c *Converter) archiveFileAdd(fileName, newFileName string) error {
zr, err := zip.OpenReader(fileName)
if err != nil {