stagit
Personal fork of stagit
git clone git://mccd.space/stagitcommit 235f8fb43c2bb4a2c3da13128ab73b2452c71e73
parent 40d3ebf520ba3685125ef0d775c521b321657ce4
Author: Marc <marc@coquand.email>
Date: Tue, 7 Jul 2026 16:16:23 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -1306,7 +1306,7 @@ main(int argc, char *argv[])
}
if (fpread) {
if (!fgets(contrib, sizeof(contr), fpread))
- contr[0] = '\0';
+ contrib[0] = '\0';
checkfileerror(fpread, path, 'r');
fclose(fpread);
}