Don't use the next power of two when duplicating config values
commit2a7f3c015e9c8ee13602b249b175b7e0adabb5dc
authorChris Robinson <chris.kcat@gmail.com>
Sun, 4 May 2014 07:37:25 +0000 (4 00:37 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 4 May 2014 07:37:25 +0000 (4 00:37 -0700)
treeb242aabc45873eb31149bfcbe47aeb7322918cde
parentdb90985f6a0db8cbd97c2c1ece259eeba15f983b
Don't use the next power of two when duplicating config values

Speed isn't terribly important here, and reallocs should be extremely rare.
Alc/alcConfig.c