]> git.mdlowis.com Git - proto/labwc.git/commit
buf: avoid 'new' as variable name
authorJohn Lindgren <john@jlindgren.net>
Fri, 4 Jul 2025 04:17:18 +0000 (00:17 -0400)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 21 Jul 2025 14:51:10 +0000 (16:51 +0200)
commit1747d9e96147693d2709cdf0e2e62797752943f3
tree0705ec4700e74b5e0caa69ad4ae00ea983058f45
parent7d2b5150e81a2b85a949942d1f49eee356533ac5
buf: avoid 'new' as variable name

It's just good practice to avoid C++ keywords, in case someone
someday wants to compile this code as C++.
src/common/buf.c