summaryrefslogtreecommitdiff
path: root/obt/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/paths.c')
-rw-r--r--obt/paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/paths.c b/obt/paths.c
index 8afe4f71..b20eb48d 100644
--- a/obt/paths.c
+++ b/obt/paths.c
@@ -126,7 +126,7 @@ static void find_uid_gid(uid_t *u, gid_t **g, guint *n)
}
endgrent();
- qsort(*g, sizeof(gid_t), *n, gid_cmp);
+ qsort(*g, *n, sizeof(gid_t), gid_cmp);
}
ObtPaths* obt_paths_new(void)