Re: [hatari-devel] Switching from SDL_types.h to inttypes.h ?

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Am Fri, 30 Sep 2022 01:53:50 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:

> Hi,
> 
> On 29.9.2022 23.56, Nicolas Pomarède wrote:
> > in tos.c, I see that some variables are still using SDL types Sint16 :
> > 
> > typedef struct
> > {
> >          uint16_t Version;
> >          Sint16 Country;
> >          const char *pszName;
> >          int Flags;
> >          uint32_t Address;
> >          uint32_t OldData;
> >          uint32_t Size;
> >          const void *pNewData;
> > } TOS_PATCH;
> > 
> > any reason for that, or is it sthg you forgot to change ?
> 
> It's not the only place earlier type conversions missed in the files 
> they touched.  Attached patch lists rest of them.
> 
> I'll push it unless there's a good reason not to...

Seems like I simply forgot to convert those - sorry for that. At least
it was not on purpose to keep them, so please go ahead and commit the patch
that converts the stragglers!

 Thomas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/