rickardp / splitstream

Continuous object splitter for C and Python
Apache License 2.0
44 stars 9 forks source link

Fix compilation issue on Visual C #8

Closed marcus905 closed 4 years ago

marcus905 commented 4 years ago

This fixes the src/python/splitstream_py.c(106): error C2099: initializer is not a constant error when compiling wth Visual C 2019 (14.2) on Windows

marcus905 commented 4 years ago

CFR issue #8

rickardp commented 4 years ago

Thank you! This was also fixed in #9, which had green Travis checks so I picked that one. The fix was identical