diff options
Diffstat (limited to 'runtime/tests/maps/si.c')
-rw-r--r-- | runtime/tests/maps/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |