From f776fc58f1fd492f583bdbd97fceffd851bae41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 4 Oct 2006 09:57:34 +0000 Subject: added LATER... svn path=/trunk/externals/zexy/; revision=6073 --- src/makesymbol.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/makesymbol.c') diff --git a/src/makesymbol.c b/src/makesymbol.c index eac949c..1811d9b 100644 --- a/src/makesymbol.c +++ b/src/makesymbol.c @@ -18,8 +18,18 @@ /* (l) 1210:forum::für::umläute:1999 - "makesymbol" is something between "symbol" and "makefilename", thus storing and creating (formatted) - symbols... +"makesymbol" is something between "symbol" and "makefilename", + thus storing and creating (formatted) symbols... + + + TODO: + the use of only "%s" is really not very satisfying + LATER: + split the entire format string into subformats with only + one format-placeholder ("%[^%]*[diufFgGxXoscpn]") . + split the entire format string into subformats with only one format-placeholder, + store the types + when a list comes in, evaluate each subformat (with prior type-conversion) */ -- cgit v1.2.1