From 042803219fdd22aed9a134d46788ed01d29e1d7c Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 18 May 2005 00:17:55 +0000 Subject: Add two new tests. Fix some warnings on i386. --- runtime/tests/maps/si.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tests/maps/si.c') diff --git a/runtime/tests/maps/si.c b/runtime/tests/maps/si.c index 4f3e3f35..0e88bc4e 100644 --- a/runtime/tests/maps/si.c +++ b/runtime/tests/maps/si.c @@ -74,7 +74,7 @@ int main () { char buf[32]; sprintf (buf, "String %d", i); - _stp_map_key (map, buf); + _stp_map_key_str (map, buf); _stp_map_set_int64 (map, 100 + i); } -- cgit