diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-30 19:06:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-30 19:06:03 +0000 |
commit | 322cc23a55808335259ba133ec8d4067bf9a122f (patch) | |
tree | 647fc8991a040d3af906f278b6fe468156eb1250 /argv.c | |
parent | c81a972eaeca9fe0e1dab0f88895af7623d58288 (diff) | |
download | mandoc-322cc23a55808335259ba133ec8d4067bf9a122f.tar.gz |
*** empty log message ***
Diffstat (limited to 'argv.c')
-rw-r--r-- | argv.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -98,10 +98,8 @@ mdoc_args(struct mdoc *mdoc, int tok, int *pos, char *buf, int fl, char **v) /* * If we're a quoted string (and quoted strings are allowed), * then parse ahead to the next quote. If none's found, it's an - * error. After, parse to the next word. We're not allowed to - * also be DELIM requests (for now). + * error. After, parse to the next word. */ - assert( ! (fl & ARGS_DELIM)); *v = &buf[++(*pos)]; |