From b25cea52a0502e2841b3f3ccff1b48028754cdad Mon Sep 17 00:00:00 2001 From: Lieuwe Rooijakkers Date: Sun, 18 Aug 2024 22:44:06 +0200 Subject: verbeter kleine foutjes --- src/thee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/thee.c') diff --git a/src/thee.c b/src/thee.c index a82a290..6e29288 100644 --- a/src/thee.c +++ b/src/thee.c @@ -47,7 +47,7 @@ int entry_thee(int argc, char **argv) { struct filebuf *fb = stream_to_filebuf(stdin, O_NOALLOWMAP); - //process(fb, stdout); + process(fb, stdout); for (int i = 0; args[i]; i++) { FILE *file = fopen(args[i], opts.append ? "a" : "w"); if (!file) { -- cgit v1.2.3-70-g09d2