summaryrefslogtreecommitdiff
path: root/src/thee.c
diff options
context:
space:
mode:
authorLieuwe Rooijakkers <lieuwerooijakkers@gmail.com>2024-08-18 22:44:06 +0200
committerLieuwe Rooijakkers <lieuwerooijakkers@gmail.com>2024-08-18 22:44:06 +0200
commitb25cea52a0502e2841b3f3ccff1b48028754cdad (patch)
tree65a9bb5cd89ea4664bdc766f3e711038cd3efbf4 /src/thee.c
parent12fb04dd944cf1bb094ac361c77d47f62b113e05 (diff)
verbeter kleine foutjes
Diffstat (limited to 'src/thee.c')
-rw-r--r--src/thee.c2
1 files changed, 1 insertions, 1 deletions
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) {