]> arthur.barton.de Git - netatalk.git/commit
replace : l = strlen(x); strncpy(z,x,l) with memcpy(z,x,l), ie make it clearer that...
authordidg <didg>
Fri, 13 Feb 2004 22:32:17 +0000 (22:32 +0000)
committerdidg <didg>
Fri, 13 Feb 2004 22:32:17 +0000 (22:32 +0000)
commitd51292cc7b7c1d89307bcb044b51b3afa33535b8
treee036568d961444bce5be1d4c33fc78633b89164e
parentf65800689f38b5fd1b379c95c41970691ddbd628
replace : l = strlen(x); strncpy(z,x,l) with memcpy(z,x,l), ie make it clearer that last 0 is not copied.
etc/afpd/appl.c
etc/afpd/directory.c
etc/afpd/filedir.c