---
cut.c | 18 --
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/cut.c b/cut.c
index aca0083..99ec4ce 100644
--- a/cut.c
+++ b/cut.c
@@ -162,21 +162,19 @@ main(int argc, char *argv[])
if (!mode)
usage();
- if (!argc)
+
+ if (!a
On Wed, Dec 17, 2014 at 01:47:48PM +0100, sek...@posteo.se wrote:
> Hey guys!
>
> I've been looking into Tox lately and remembered, that there was this fifo
> based client mentioned here while back. The client is kind of cool, but
> unhandy to use with pure commandline (in my opinion)
>
> Now I
Hey guys!
I've been looking into Tox lately and remembered, that there was this fifo
based client mentioned here while back. The client is kind of cool, but unhandy
to use with pure commandline (in my opinion)
Now I'm no coder really, but have always managed to find my way with little
scripts