npm

Nihal's Password Manager (WIP)
git clone git://git.nihaljere.xyz/npm
Log | Files | Refs

commit f2d068b5dea80d225032acb43fda8090da10ee9b
parent 0757a87ed3245ebeef52e30efa44582327f2df43
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue,  7 Sep 2021 11:46:39 -0500

don't add extra newline

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

diff --git a/npmc.c b/npmc.c @@ -89,7 +89,7 @@ main(int argc, char *argv[]) read_answer(sock); - puts(answer); + printf("%s", answer); closesock: close(sock);