From bd48cb5e7df0820a72de27e156426f20e7233e78 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 6 Sep 2018 00:41:06 -0400 Subject: Move event loop to event.c --- url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'url.c') diff --git a/url.c b/url.c index e6207a5..3f8d57a 100644 --- a/url.c +++ b/url.c @@ -82,5 +82,5 @@ void urlOpen(struct Tag tag, size_t at, size_t to) { if (tagIndex >= at && tagIndex < to) argv[argc++] = entry.url; tagIndex++; } - if (argc > 1) spawn(argv); + if (argc > 1) eventSpawn(argv); } -- cgit 1.4.1