• Max Kellermann's avatar
    volume: eliminate alloca() usage · 7720a119
    Max Kellermann authored
    alloca() is not a portable function.  Don't use it.  Using
    strncasecmp() is much more efficient anyway, because no memory needs
    to be allocated and copied.
    7720a119
volume.c 11.6 KB