From d3c8185eca703201db5bcc74fe0f3ad04bcbc71a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 24 Nov 2013 22:02:40 +0100 Subject: Added comments --- atari/ctxmenu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'atari/ctxmenu.c') diff --git a/atari/ctxmenu.c b/atari/ctxmenu.c index c81ea349d..2170dec8c 100644 --- a/atari/ctxmenu.c +++ b/atari/ctxmenu.c @@ -123,6 +123,7 @@ void context_popup(struct gui_window * gw, short x, short y) const char * data; FILE * fp_tmpfile; char cmdline[128]; + /* skip first byte, which must hold length of commandline: */ char * tempfile = &cmdline[1]; int err = 0; char * editor, *lastslash; -- cgit v1.2.3