The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: ceeac on March 07, 2020, 10:17:12 PM

Title: Fix for comile error when compiling with zstd
Post by: ceeac on March 07, 2020, 10:17:12 PM
This patch fixes a compile error when building with zstd and a compiler that does not support C++11.
Title: Re: Fix for comile error when compiling with zstd
Post by: prissi on March 08, 2020, 01:43:32 AM
This is C11; I though initialising thing like that was there for ages. Or was this only for arrays? Will change it.

EDIT: in in r8952, thank you