summaryrefslogtreecommitdiff
path: root/lib/sgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sgetspent.c')
-rw-r--r--lib/sgetspent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sgetspent.c b/lib/sgetspent.c
index a35b6759..cbadb7e6 100644
--- a/lib/sgetspent.c
+++ b/lib/sgetspent.c
@@ -171,8 +171,7 @@ struct spwd *sgetspent (const char *string)
if (fields[8][0] == '\0') {
spwd.sp_flag = SHADOW_SP_FLAG_UNSET;
- } else if (getlong (fields[8], &spwd.sp_flag) == 0) {
- /* FIXME: add a getulong function */
+ } else if (getulong (fields[8], &spwd.sp_flag) == 0) {
return 0;
}