I am interested in the directory match too..
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 26 Jan 2006 10:43:54 +0000 (10:43 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 26 Jan 2006 10:43:54 +0000 (10:43 +0000)
zypp/parser/tagfile/MediaPatchesMetadataParser.cc

index 422f9c7..8287083 100644 (file)
@@ -78,7 +78,7 @@ namespace zypp
         // read vendor
         getline(file, buffer);
 
-        regex rx("^[\\S]+( (.*))?$");
+        regex rx("^([\\S]+)( (.*))?$");
         boost::smatch what;
 
         if(boost::regex_match(buffer, what, rx))