hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Mar 5 15:22:58 PST 2007
hald/create_cache.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 0bdf05e77d4551d4a52d6f6753d0d62d6fe5f740 (from 34809dfc0912577b6bf85eeca59736200b6a909d)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Tue Mar 6 00:22:48 2007 +0100
typo fix
diff --git a/hald/create_cache.c b/hald/create_cache.c
index 7537780..5374051 100644
--- a/hald/create_cache.c
+++ b/hald/create_cache.c
@@ -238,7 +238,7 @@ static void store_value(struct fdi_conte
p = malloc(value_len + 1);
if(!p)
- DIE(("Could not allocate %ul bytes", (unsigned long) value_len + 1));
+ DIE(("Could not allocate %lu bytes", (unsigned long) value_len + 1));
memcpy(p, value, value_len);
p[value_len] = '\0';
More information about the hal-commit
mailing list