Merge branch 'master' of https://github.com/adefaria/clearscm
authorAndrew DeFaria <Andrew@DeFaria.com>
Fri, 1 Mar 2019 00:12:03 +0000 (17:12 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Fri, 1 Mar 2019 00:12:03 +0000 (17:12 -0700)
1  2 
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/^\\/\\\\/;