Merge branch 'alpha' of https://github.com/bakpakin/gst into alpha

This commit is contained in:
bakpakin 2017-12-03 12:52:36 -05:00
commit 592e9495e4
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ DstValue dst_wrap_boolean(int x) {
DstValue dst_wrap_##NAME(TYPE x) {\
DstValue y;\
y.type = DTYPE;\
y.as.u64 = 0; /* zero other bits in case of 32 bit integer */ \
y.as.UM = x;\
return y;\
}