# HG changeset patch # User Olaf Wintermann # Date 1773572825 -3600 # Node ID ccc5680178720f25af367308ca071c79803b43c1 # Parent be89ffebd4f3f17c495320d99bdbdcfbe7124747# Parent 3462e70492dea589b8bdcb1f4e98d2f1f62b9024 merge diff -r be89ffebd4f3 -r ccc568017872 ui/cocoa/button.m --- a/ui/cocoa/button.m Sun Mar 15 12:06:03 2026 +0100 +++ b/ui/cocoa/button.m Sun Mar 15 12:07:05 2026 +0100 @@ -370,7 +370,7 @@ CxJsonWriter writer = cxJsonWriterCompact(); CxBuffer buf; - cxBufferInit(&buf, NULL, 128, NULL, CX_BUFFER_AUTO_EXTEND); + cxBufferInit(&buf, NULL, NULL, 128, bCX_BUFFER_AUTO_EXTEND); cxJsonWrite(&buf, obj, (cx_write_func)cxBufferWrite, &writer); cxJsonValueFree(obj); cxBufferTerminate(&buf);