Replace a chain of stpcpy's with a sprintf
authorPetr Machata <pmachata@redhat.com>
Wed, 6 Nov 2013 10:59:59 +0000 (11:59 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:23 +0000 (20:38 +0900)
commit23040c1b38cbc4488dd1c9877b3195b43c6fd0e0
tree73d14ebf9a9aff23889e064e28851cc66f91386e
parent5f8af20d2d2ec66efcb2e1eb7b0749694de6bcda
Replace a chain of stpcpy's with a sprintf

- That's clearer and doesn't require _POSIX_SOURCE defines (that are
  missing anyway)
prototype.c