Re: [hatari-devel] hmsa utility does not recognize .zip.st extender |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On keskiviikko 30 toukokuu 2012, Thomas Huth wrote:
> Am Tue, 29 May 2012 18:13:59 +0200
> schrieb Matthias Arndt <marndt@xxxxxxxxxxxxxx>:
> > I just found out by accident that the hmsa utility does not recognize
> > filenames ending in.zip.st extenders. Therefor atm it is not possible
> > to simply use zip2st.sh and convert to .msa later because zip2st.sh
> > does not strip the .zip away and hmsa fails on the generated zip.st
> > file.
> >
> > Is this behaviour intentional or should either zip2st or hmsa itself
> > be fixed?
>
> That's a bug, hmsa seems to check only the string after the first dot in
> the file name.
>
> Eero, seems like you introduced this in changeset 774149db8bd4, could
> you please have a look at this?
Fixed hmsa:
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/0644105db272
Should I fix zip2st too?
- Eero