]> sourceware.org Git - systemtap.git/commit
string.stp: fix str_replace() return
authorJonathan Lebon <jlebon@redhat.com>
Wed, 22 Jan 2014 14:01:57 +0000 (09:01 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 22 Jan 2014 18:57:08 +0000 (13:57 -0500)
commit1111d2e2a029bbd13515cbddab63d28958efbe38
tree3422185b090d486d79b6063f82d7c106f35ebb94
parentb2c99fdcc379ae65a83e25a6b6a8bc2b77a5b03c
string.stp: fix str_replace() return

Unfortunately, we can't use STAP_RETURN() here because we've been
gradually building STAP_RETVALUE from multiple concatenations so using
STAP_RETURN() would overwrite the hard work.
tapset/string.stp
This page took 0.025382 seconds and 5 git commands to generate.