31 Oct
2014
31 Oct
'14
5:13 a.m.
On Oct 31 2014 13:28, Takashi Sakamoto wrote:
2.please use 'const char *const' for immutable arrays for immutable strings:
static const char *texts[2] = {"Internal",
"S/PDIF"
};
Oops. I mistook to use immutable as 'may not be changed'. It should be 'mutable'...
Regards
Takashi Sakamoto o-takashi@sakamocchi.jp