projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f35865
)
- use repodata_add_poolstr_array() instead of repo_add_poolstr_array() (actually...
author
Michael Schroeder
<mls@suse.de>
Wed, 23 Mar 2011 15:34:20 +0000
(16:34 +0100)
committer
Michael Schroeder
<mls@suse.de>
Wed, 23 Mar 2011 15:34:20 +0000
(16:34 +0100)
ext/repo_repomdxml.c
patch
|
blob
|
history
diff --git
a/ext/repo_repomdxml.c
b/ext/repo_repomdxml.c
index ef702a624b15f9420638bbeb01a84ef8332c947b..04e65ee9184360801f8d4a646103723eafbfa9c8 100644
(file)
--- a/
ext/repo_repomdxml.c
+++ b/
ext/repo_repomdxml.c
@@
-250,7
+250,7
@@
startElement(void *userData, const char *name, const char **atts)
if (*p)
*p++ = 0;
if (*value)
- repo
_add_poolstr_array(pd->repo
, SOLVID_META, REPOSITORY_UPDATES, value);
+ repo
data_add_poolstr_array(pd->data
, SOLVID_META, REPOSITORY_UPDATES, value);
value = p;
}
free(fvalue);