snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 299886d8984686bb5f6c0e1135e191fcc9b63518
parent 1dc61ace13096738a0d1e34579aa823523ef7f4d
Author: Yonle <yonle@lecturify.net>
Date:   Sat, 15 Jul 2023 00:39:42 +0700

utils.c: "User id" does not need "\n".

Signed-off-by: Yonle <yonle@lecturify.net>

Diffstat:
Mutils.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.c b/utils.c @@ -225,7 +225,7 @@ int adduser(const char *uid) FILE *f; if (uid == NULL) { - printf("User id:\n"); + printf("Username: "); uid = xs_strip_i(xs_readline(stdin)); }