]> git.sur5r.net Git - i3/i3/commit
set LC_NUMERIC=C when dumping nodes in the workspace event
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Nov 2012 08:49:08 +0000 (09:49 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Nov 2012 08:49:08 +0000 (09:49 +0100)
commit305b6ddf2fc069b68295f72195de9c2fd0042b48
tree97f57f4da76b69c9b896d6fe441464cdc6f30d27
parente809bff1abdfaefeb6b2b7e2a63cb229534a64c7
set LC_NUMERIC=C when dumping nodes in the workspace event

Otherwise the resulting JSON might be invalid because it uses the
locale-specific comma separator, e.g. "16,666" instead of "16.666".
src/workspace.c