Flavio Cruz, on Tue 29 Dec 2015 23:10:44 +0100, wrote:
> ---
Oops, no: I meant the *comment* after the ---, the changelog has to go
before the ---, that's where git am picks it up.
> @@ -72,7 +72,7 @@ init_filesystems (void)
>
> for (line = 1; ; line++)
> {
> - nitems = fscanf (index_file, "%d %as\n", &index, &name);
> + nitems = fscanf (index_file, "%d %as\n", &index, (float *)&name);
I'm pretty sure that wasn't the original purpose :) I guess the 'a'
qualifier is meant to mean 'allocate whatever size is needed'.
Samuel