gzip cleanup part #11
[oweals/busybox.git] / miscutils / last.c
index 668f0c17dc5d5f36731483066394361cc50c91fb..fd1033bf7c493a651ad54a0afb3343e63491c5ea 100644 (file)
@@ -44,7 +44,7 @@ int last_main(int argc, char **argv)
                        bb_perror_msg_and_die("short read");
                }
 
-               if (strncmp(ut.ut_line, "~", 1) == 0) {
+               if (ut.ut_line[0] == '~') {
                        if (strncmp(ut.ut_user, "shutdown", 8) == 0)
                                ut.ut_type = SHUTDOWN_TIME;
                        else if (strncmp(ut.ut_user, "reboot", 6) == 0)