summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-14 16:54:35 +0100
committerDan McGee <dan@archlinux.org>2007-02-14 16:54:35 +0100
commitcd34ced4ada0bac8a370062fbc3cb58e3987cd33 (patch)
tree51da043fdf9256c6b950500828a69829aa521b7a /lib/libalpm/util.h
parent97f3a52a9b689a52e636917b1aed13b9543d0989 (diff)
downloadpacman-cd34ced4ada0bac8a370062fbc3cb58e3987cd33.tar.gz
pacman-cd34ced4ada0bac8a370062fbc3cb58e3987cd33.tar.xz
* strlen -> mbstowcs (multibyte str to wide char str) conversion where we
want the actual number of characters, not the number of bytes. * Added a TODO to take care of later in scriptlet processing.
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r--lib/libalpm/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h
index 0eb1d3d4..277ddb47 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -51,6 +51,7 @@
#define _(s) s
#endif
+/*TODO wtf? why is this done like this? */
#define SCRIPTLET_START "START "
#define SCRIPTLET_DONE "DONE "