Merge branch 'master' of https://github.com/adefaria/clearscm
[clearscm.git] / clearadm / lib / Clearadm.pm
index 1f74aaf..a9bcb36 100644 (file)
@@ -680,12 +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/^\\/\\\\/;