]> git.pld-linux.org Git - packages/clive.git/commitdiff
- uri_unescape() seems no longer exported, qualify
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 21 Apr 2009 06:26:10 +0000 (06:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-delfi.patch -> 1.21

clive-delfi.patch

index 4beaf3f26280481c5c8ac3339a613c825d50ed71..a808f5fe79f3e7ee461925b299a8a126027a5ef5 100644 (file)
@@ -48,7 +48,7 @@
 +        $xurl = $videobox_url;
 +
 +    } elsif ($video_url) {
-+        $xurl = uri_unescape($video_url);
++        $xurl = URI::Escape::uri_unescape($video_url);
 +        $id = $1 if $xurl =~ m{^\S+://[^/]+/v/(.+?)\.flv};
 +
 +    } elsif ($video_salt and $video_site) {
This page took 0.067329 seconds and 4 git commands to generate.