author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 17:48:20 +0000 (18:48 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 17:48:20 +0000 (18:48 +0100) | ||
commit | fdf35969e6616be69f376c213235072cccf06569 | |
tree | daeb5f67c9a5072cbd3c52c41ab8e7e87223e283 | tree | snapshot |
parent | 2b2a769a556c9ef1c79e05d6440a4ee76688e8d3 | commit | diff |
amqp: use the right buffer size for sstrncpy
buffer is a char *, not an array, so size_of returns the size
of the pointer.
buffer is a char *, not an array, so size_of returns the size
of the pointer.
src/amqp.c | diff | blob | history |