summaryrefslogtreecommitdiff
path: root/src/chown-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown-core.c')
-rw-r--r--src/chown-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chown-core.c b/src/chown-core.c
index 334763e5e..6f1cd327f 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