diff src/shape_path.c @ 86:7d0580f89468

Fix bug of dealing matrix().
author Thinker K.F. Li <thinker@branda.to>
date Fri, 22 Aug 2008 16:14:53 +0800
parents 9ab15ebc9061
children ca94493b75bb
line wrap: on
line diff
--- a/src/shape_path.c	Fri Aug 22 15:47:03 2008 +0800
+++ b/src/shape_path.c	Fri Aug 22 16:14:53 2008 +0800
@@ -46,6 +46,10 @@
     free(path);
 }
 
+/*! \brief Count number of arguments.
+ *
+ * \todo Notify programmers that syntax or value error of path data.
+ */
 static int sh_path_cmd_arg_cnt(char *data, int *cmd_cntp, int *arg_cntp) {
     char *p, *old;
     int cmd_cnt, arg_cnt;