chiark / gitweb /
Build fix: stop initialising an auto char array.
authorSimon Tatham <anakin@pobox.com>
Mon, 23 Apr 2018 17:42:13 +0000 (18:42 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 23 Apr 2018 17:42:13 +0000 (18:42 +0100)
commitf04923abbcd676585548c5824262cecb47ba6d11
treeeb0c0dd51ea0be83d5432f692fdcbc2aadd9c527
parent60a929a250cf4f7f87ac082e5705f9a838a7f8c8
Build fix: stop initialising an auto char array.

Checking with the standards, I think this is legal C99, but not legal
C89 - and we are compiling in C89 mode. Why _every_ version of gcc
didn't object, given all the warning and pedantry options, I'm not
sure, but one did, so I should fix it.
misc.c