* safestrncpy counts the copied string anyway, and nobody needs the returned pointer
authorWilfried Göesgens <willi@citadel.org>
Wed, 27 Feb 2008 23:06:49 +0000 (23:06 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 27 Feb 2008 23:06:49 +0000 (23:06 +0000)
commit02b539b2449fee2cf1f3df43378bb8f55801ab61
tree6415221ec97c8caa6f9b9fc6c2b0415753805b81
parentbe4128847900b930c6e6d5ab8fb340770a8ac102
* safestrncpy counts the copied string anyway, and nobody needs the returned pointer
 -> return a long
 -> return the number of copied bytes.
 -> return negative values if we hit the boundary.
libcitadel/debian/files
libcitadel/lib/libcitadel.h
libcitadel/lib/tools.c