Fix file corruption on extended keyboard handling. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit c049256982b2754dfa47838167a93145d4796ac3
 (DIR) parent 71c48ef8a778b4c1dd027e8536a12e7ea3378060
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Mon, 15 Aug 2016 11:28:04 -0500
       
       Fix file corruption on extended keyboard handling.
       
       Diffstat:
         samterm/main.c                      |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/samterm/main.c b/samterm/main.c
       @@ -825,7 +825,6 @@ type(Flayer *l, int res)        /* what a bloody mess this is -- but it's getting bette
                CommandEntry *e = &commands[k.c];
                if (!e->unlocked || !lock)
                    a = e->f(l, a, t);
       -        return;
            }
        
            if (p > buf){