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:
7339e9f
)
libredcarpet testcases need edition, even if its zero
author
Klaus Kaempf
<kkaempf@suse.de>
Mon, 9 Jan 2006 20:44:28 +0000
(20:44 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Mon, 9 Jan 2006 20:44:28 +0000
(20:44 +0000)
zypp/Edition.cc
patch
|
blob
|
history
diff --git
a/zypp/Edition.cc
b/zypp/Edition.cc
index
e4a2ec9
..
e252367
100644
(file)
--- a/
zypp/Edition.cc
+++ b/
zypp/Edition.cc
@@
-269,7
+269,7
@@
namespace zypp
{
string ret;
- if ( _pimpl->_epoch )
+
//
if ( _pimpl->_epoch )
ret += str::form( "%d:", _pimpl->_epoch );
ret += _pimpl->_version;