diff options
author | hunt <hunt> | 2005-05-18 00:17:55 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-18 00:17:55 +0000 |
commit | 042803219fdd22aed9a134d46788ed01d29e1d7c (patch) | |
tree | 232e073c1d6a9681e7c2da40af213e5c7cc0d346 /runtime/tests/maps/si.c | |
parent | 4ed11cee2365c604b3c2a39a846706cc0ae0ac1a (diff) | |
download | systemtap-steved-042803219fdd22aed9a134d46788ed01d29e1d7c.tar.gz systemtap-steved-042803219fdd22aed9a134d46788ed01d29e1d7c.tar.xz systemtap-steved-042803219fdd22aed9a134d46788ed01d29e1d7c.zip |
Add two new tests. Fix some warnings on i386.
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); } |