[Bps-public-commit] html-gumbo branch, master, updated. bae072b5702fcde26cd1c211ed7c7a275b304e1f

Alex Vandiver alexmv at bestpractical.com
Thu Jul 17 13:04:11 EDT 2014


The branch, master has been updated
       via  bae072b5702fcde26cd1c211ed7c7a275b304e1f (commit)
      from  9207c21cf501300b224d5635abd2b66a3be9af6c (commit)

Summary of changes:
 lib/HTML/Gumbo.xs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit bae072b5702fcde26cd1c211ed7c7a275b304e1f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jul 17 13:04:09 2014 -0400

    Add a missing aTHX_

diff --git a/lib/HTML/Gumbo.xs b/lib/HTML/Gumbo.xs
index f450969..54743e1 100644
--- a/lib/HTML/Gumbo.xs
+++ b/lib/HTML/Gumbo.xs
@@ -363,7 +363,7 @@ tree_to_tree(pTHX_ PerlHtmlGumboType type, GumboNode* node, void* ctx) {
             push_element(aTHX_ *out, element);
             SvREFCNT_dec(element);
         } else {
-            push_text_element(*out, node->v.text.text, 0);
+            push_text_element(aTHX_ *out, node->v.text.text, 0);
         }
     }
     else if ( type == PHG_ELEMENT_START && node->type == GUMBO_NODE_DOCUMENT ) {

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list