From: Jim Meyering Date: Mon, 28 Mar 2005 17:50:54 +0000 (+0000) Subject: (chopt_init): Use NULL, not `0'. X-Git-Tag: CPPI-1_12~1199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f1cd0d8ae6c2a3a423d0d4e85f9af1658dad63;p=thirdparty%2Fcoreutils.git (chopt_init): Use NULL, not `0'. --- diff --git a/src/chown-core.c b/src/chown-core.c index 334763e5eb..6f1cd327fa 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -60,8 +60,8 @@ chopt_init (struct Chown_option *chopt) chopt->affect_symlink_referent = true; chopt->recurse = false; chopt->force_silent = false; - chopt->user_name = 0; - chopt->group_name = 0; + chopt->user_name = NULL; + chopt->group_name = NULL; } extern void