From 6c1f958b9d2497a427be37930e41219e5e6739ea Mon Sep 17 00:00:00 2001 From: jun7 Date: Mon, 4 Jun 2018 22:17:42 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- wyebrun.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e13da..98b3914 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Use the shell interface below. wyebab -Reads stdin outputs to stdout. +Reads stdin outputs to stdout and keeps server. blank + enter quits. wyebab requst_uri + ' ' + page_uri diff --git a/wyebrun.c b/wyebrun.c index 9ae7478..730a801 100644 --- a/wyebrun.c +++ b/wyebrun.c @@ -527,7 +527,6 @@ gboolean ipccb(GIOChannel *ch, GIOCondition c, gpointer p) until(lastuntil = atoi(arg)); break; case CSdata: - g_hash_table_add(orders, id); getdata(id, arg); g_hash_table_remove(orders, id);