]> git.deb.at Git - pkg/abook.git/commitdiff
- add a comment that limit functionality should be implemented
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 25 Sep 2005 11:08:18 +0000 (11:08 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 25 Sep 2005 11:08:18 +0000 (11:08 +0000)
ui.c

diff --git a/ui.c b/ui.c
index 448132f450a28e5605b85e2e233ed7a2fde6d458..808ead07e15dcdc211fe35964d611222de018ab9 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -243,6 +243,8 @@ ui_readline(char *prompt, char *s, size_t limit, bool use_completion)
 
        ret = abook_readline(bottom, y, x, s, use_completion);
 
+       /* XXX: check that string doesn't exceed limit */
+
        if(ret)
                strtrim(ret);