r47794 - /trunk/libjavascript-perl/debian/patches/remove-branch-handler

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Nov 26 16:26:16 UTC 2009


Author: gregoa
Date: Thu Nov 26 16:26:10 2009
New Revision: 47794

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47794
Log:
unfuzz patch

Modified:
    trunk/libjavascript-perl/debian/patches/remove-branch-handler

Modified: trunk/libjavascript-perl/debian/patches/remove-branch-handler
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/remove-branch-handler?rev=47794&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/remove-branch-handler (original)
+++ trunk/libjavascript-perl/debian/patches/remove-branch-handler Thu Nov 26 16:26:10 2009
@@ -13,7 +13,7 @@
  jsc_set_branch_handler(cx, handler)
      JavaScript::Context cx;
 @@ -176,6 +177,8 @@
-             JS_SetOperationCallback(PJS_GetJSContext(cx), PJS_branch_handler);
+             JS_SetBranchCallback(PJS_GetJSContext(cx), PJS_branch_handler);
          }
  
 +#endif




More information about the Pkg-perl-cvs-commits mailing list