]> git.tuebingen.mpg.de Git - paraslash.git/commit
aac_afh.c: Simplify atom_cmp().
authorAndre Noll <maan@systemlinux.org>
Mon, 16 Dec 2013 17:44:12 +0000 (18:44 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Dec 2015 18:50:50 +0000 (18:50 +0000)
commitb8c3826d17840af9d994074fb4190d0ce66cbc05
tree0ee1c829363010a08cc2f06d97f914bf07e964b7
parent73073e4f4209c874f2f41e270376a9802862df8f
aac_afh.c: Simplify atom_cmp().

It's pointless to compare the buffer byte by byte. Just use memcmp(3)
instead.
aac_afh.c