(wrong string) ée

From: <git_AT_suckless.org>
Date: Fri, 20 Jan 2017 11:45:20 +0100 (CET)

commit 4b9ab24c87f6df03264785f003bd8fa9da6a0ecd
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri Jan 20 11:45:08 2017 +0100
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri Jan 20 11:45:08 2017 +0100

    Fix blind-cut
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/TODO b/TODO
index 22c7b09..e3f0601 100644
--- a/TODO
+++ b/TODO
_AT_@ -13,5 +13,4 @@ blind-find-frame a graphical tool for locating frames, should highlight key fram
 Add [-j jobs] to blind-from-video and blind-to-video.
 
 UNTESTED:
- blind-cut
         blind-rewrite-head
diff --git a/src/blind-cut.c b/src/blind-cut.c
index 6112120..75d7fd6 100644
--- a/src/blind-cut.c
+++ b/src/blind-cut.c
_AT_@ -24,7 +24,7 @@ main(int argc, char *argv[])
         if (!strcmp(argv[0], "end"))
                 eprintf("refusing to create video with zero frames\n");
         else
- start = etozu_arg("the start point", argv[1], 0, SIZE_MAX);
+ start = etozu_arg("the start point", argv[0], 0, SIZE_MAX);
 
         if (!strcmp(argv[1], "end"))
                 to_end = 1;
Received on Fri Jan 20 2017 - 11:45:20 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 20 2017 - 11:48:26 CET