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:
c1f2e8a
)
dont recompute known value
author
Klaus Kaempf
<kkaempf@suse.de>
Sat, 25 Aug 2007 19:32:50 +0000
(19:32 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Sat, 25 Aug 2007 19:32:50 +0000
(19:32 +0000)
zypp/parser/susetags/ContentFileReader.cc
patch
|
blob
|
history
diff --git
a/zypp/parser/susetags/ContentFileReader.cc
b/zypp/parser/susetags/ContentFileReader.cc
index 13acb7822d9d4113a49d73a0eca9c3f79f92d463..0f09e528f9934a6fb53ae29ba60c6ceb8d108bb5 100644
(file)
--- a/
zypp/parser/susetags/ContentFileReader.cc
+++ b/
zypp/parser/susetags/ContentFileReader.cc
@@
-382,7
+382,7
@@
namespace zypp
pos != std::string::npos;
pos = value.find("%a") )
{
- value.replace( pos, 2,
ZConfig::instance().systemArchitecture()
.asString() );
+ value.replace( pos, 2,
sysarch
.asString() );
}
try
{