projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725be32
)
fixed a warning about initializer ordering
author
Martin Vidner
<mvidner@suse.cz>
Fri, 21 Apr 2006 10:10:31 +0000
(10:10 +0000)
committer
Martin Vidner
<mvidner@suse.cz>
Fri, 21 Apr 2006 10:10:31 +0000
(10:10 +0000)
zypp/source/yum/YUMProductImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/source/yum/YUMProductImpl.cc
b/zypp/source/yum/YUMProductImpl.cc
index
1a4382e
..
377e2cc
100644
(file)
--- a/
zypp/source/yum/YUMProductImpl.cc
+++ b/
zypp/source/yum/YUMProductImpl.cc
@@
-48,8
+48,8
@@
namespace zypp
)
: _category(parsed.type),
_vendor(parsed.vendor),
- _s
ource(source_r
),
- _s
hort_name(parsed.short_name
)
+ _s
hort_name(parsed.short_name
),
+ _s
ource(source_r
)
{}
std::string YUMProductImpl::category() const