mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
utils.c: "User id" does not need "\n".
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
1dc61ace13
commit
299886d898
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -225,7 +225,7 @@ int adduser(const char *uid)
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
||||||
if (uid == NULL) {
|
if (uid == NULL) {
|
||||||
printf("User id:\n");
|
printf("Username: ");
|
||||||
uid = xs_strip_i(xs_readline(stdin));
|
uid = xs_strip_i(xs_readline(stdin));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue