test-inttostr: avoid shadowing warnings
authorJim Meyering <meyering@redhat.com>
Wed, 13 Oct 2010 08:02:17 +0000 (10:02 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 13 Oct 2010 08:02:17 +0000 (10:02 +0200)
commit7160b4752c2dadb04f6f365204f8aa84fa89eef7
treee100a34ec24f2b1255723f9b9ec1f49ef4d4957e
parente70b0dfb6c430c1ab6d65b88e475ebb01c7ac2fe
test-inttostr: avoid shadowing warnings

* tests/test-inttostr.c (main): Rename local, "buf" to "b",
and use malloc rather than the stack for the same reason as
mentioned in the comment justifying the other allocation.
ChangeLog
tests/test-inttostr.c