aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-05-18 10:01:14 -0400
committerShav Kinderlehrer <[email protected]>2023-05-18 10:01:14 -0400
commitecd987965565a47a531d38cb0b5c44ac12803201 (patch)
tree9098e648cd34ce58e0b31ecb952dc83c6bc4dbfa /src/main.c
parentfa8e81e288803207bc4f4501e0e4b1a4a96e9a5f (diff)
downloadlat-ecd987965565a47a531d38cb0b5c44ac12803201.tar.gz
lat-ecd987965565a47a531d38cb0b5c44ac12803201.zip
Revert extension
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index bad425c..5d4a097 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,7 +3,6 @@
#include <unistd.h>
#include "arg.h"
-#include "extension.h"
#include "file.h"
#include "process.h"
#include "types.h"
@@ -54,7 +53,7 @@ void run(FILE *fp, char *filename, bool tty) {
f = readfile(fp, conf.isstdin);
if (conf.extension != NULL) {
- f = runfilter(&f);
+ // TODO
}
if (conf.pager) {