changeset 21:01e77066f72b default tip

Add TODO item
author Daniel O'Connor <darius@dons.net.au>
date Sun, 15 Feb 2015 16:15:23 +1030
parents 76a6bad110e2
children
files splitargv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/splitargv.c	Sat Jan 31 23:30:35 2015 +1030
+++ b/splitargv.c	Sun Feb 15 16:15:23 2015 +1030
@@ -33,7 +33,7 @@
  * Ignore the first 'skip' parameters.
  * If maxargs is exceeded return 1 otherwise 0
  *
- * TODO: handle escape chars
+ * TODO: handle escape chars, collapse whitespace
  */
 int
 splitargv(char *buf, unsigned skip, char *argv[], unsigned maxargs, int *argc) {