]> arthur.barton.de Git - netatalk.git/search
replace : l = strlen(x); strncpy(z,x,l) with memcpy(z,x,l), ie make it clearer that...