Closed onokhov closed 3 years ago
compilation error fixed, when CS_BIGTIME_TYPE is not defined
dbdimp.c: In function ‘time2str’: dbdimp.c:5394:31: error: ‘union ’ has no member named ‘bt’; did you mean ‘bi’? 5394 | value = &colData->value.bt; | ^~ | bi
Thanks!
compilation error fixed, when CS_BIGTIME_TYPE is not defined
dbdimp.c: In function ‘time2str’: dbdimp.c:5394:31: error: ‘union’ has no member named ‘bt’; did you mean ‘bi’?
5394 | value = &colData->value.bt;
| ^~
| bi