I agree with Samuel. The use of NULL for pointers in C can lead people to forget that C does not protect the types in this case.
Thomas On Sat, Aug 20, 2011 at 9:24 AM, Samuel Thibault <samuel.thiba...@gnu.org>wrote: > Jonathan Neuschäfer, le Mon 15 Aug 2011 22:10:06 +0200, a écrit : > > * ftpfs/host.c (split_server_name): assign NULL to *host, *user, and > > *passwd instead of 0. > > Mmm, according to C, 0 is fine here, isn't it? > > Samuel > >