Re: [hackers] [quark] Initial commit of quark rewrite || FRIGN
Hi FRIGN,
I don't have time to look at this closely now, but one little thing
that jumped out at me:
> +static const struct {
> + char *ext;
> + char *type;
> +} mimes[] = {
> ...
Why are you defining the struct in config.def.h? Shouldn't it be
defined in quark.c, and then just populated in config.def.h. That is
what other projects do, and it makes more sense, as the code in
quark.c depends on the struct being defined a certain way.
Nick
Received on Fri Sep 02 2016 - 13:37:00 CEST
This archive was generated by hypermail 2.3.0
: Fri Sep 02 2016 - 13:36:15 CEST