public inbox for patches@ignore.pl
 help / color / mirror / Atom feed
From: youkwhd <lolywk@tutanota.com>
To: Please <please@ignore.pl>
Subject: [PATCH nt] fix: exit code isn't boolean
Date: Sun, 31 Mar 2024 00:54:11 +0700	[thread overview]
Message-ID: <NuFZv-j--B-9@tutanota.com> (raw)

---
nt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nt.c b/nt.c
index bc00216..bbe4403 100644
--- a/nt.c
+++ b/nt.c
@@ -44,5 +44,5 @@ main(const int argc, const char* argv[])
if (1 > times)
return 1;
const char* str = concat(argc - 2, &argv[2]);
-	return repeat(times, str);
+	return !repeat(times, str);
}
-- 
2.44.0



             reply	other threads:[~2024-03-30 18:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30 17:54 youkwhd [this message]
2024-03-30 18:54 ` [PATCH nt] exit code patch for git.ignore.pl/nt Aki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NuFZv-j--B-9@tutanota.com \
    --to=lolywk@tutanota.com \
    --cc=please@ignore.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox