From: Andrew DeFaria Date: Fri, 1 Mar 2019 00:12:03 +0000 (-0700) Subject: Merge branch 'master' of https://github.com/adefaria/clearscm X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=8a31102ba73e5acd0f089c68b83345484f31714b;p=clearscm.git Merge branch 'master' of https://github.com/adefaria/clearscm --- 8a31102ba73e5acd0f089c68b83345484f31714b diff --cc clearadm/lib/Clearadm.pm index 1f74aaf,afda2ae..a9bcb36 --- a/clearadm/lib/Clearadm.pm +++ b/clearadm/lib/Clearadm.pm @@@ -680,12 -700,9 +680,17 @@@ sub GetVob($$) } # if } # GetVob ++<<<<<<< HEAD +sub FindVobStorage(;$$) { + my ($self, $tag, $region) = @_; + + $tag ||= ''; + $region ||= ''; + ++======= + sub FindVob($;$) { + my ($self, $tag, $region) = @_; + # Windows vob tags begin with "\", which is problematic. The solution is to # escape the "\" $tag =~ s/^\\/\\\\/;