docs
authorMichael Andres <ma@suse.de>
Wed, 19 Nov 2008 14:00:22 +0000 (14:00 +0000)
committerMichael Andres <ma@suse.de>
Wed, 19 Nov 2008 14:00:22 +0000 (14:00 +0000)
zypp/Glob.h

index 56f179d..eec4d4b 100644 (file)
@@ -239,7 +239,7 @@ namespace zypp
           Glob glob( pattern_r, flags_r );
           if ( glob.lastGlobReturn() == 0 )
             for_( it, glob.begin(), glob.end() )
-              (*result_r)++ = *it;
+              (*result_r)++ = _OutputIterator::container_type::value_type(*it);
           return glob.lastGlobReturn();
         }
         //@}