From 9f59d79fc0b4c0ea90f924c889423525ba46ee1b Mon Sep 17 00:00:00 2001 From: Elias Norberg Date: Mon, 30 Jan 2012 12:28:50 +0100 Subject: Fix problem with hinting introduced by e1e31b4e --- xxxterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxxterm.c b/xxxterm.c index 974e270..fbc21b4 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -5220,7 +5220,7 @@ hint_continue(struct tab *t) show_oops(t, "invalid numerical hint %s", &c[1]); goto done; } - s = g_strdup_printf("hints.updateHints(%d", i); + s = g_strdup_printf("hints.updateHints(%d);", i); run_script(t, s); g_free(s); } else { -- cgit 1.4.1-2-gfad0 ype='hidden' name='id' value='e9f411d5c5e9d43af97f34978a1ce86e66cea36b'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/305keyboard.subx
blob: 079814fa4153e1b3f7ec2949b42588205ed3a694 (plain) (tree)