projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update French translation (and document the update-po I ran previously)
[apt.git]
/
apt-pkg
/
deb
/
deblistparser.cc
diff --git
a/apt-pkg/deb/deblistparser.cc
b/apt-pkg/deb/deblistparser.cc
index 25b533773e126ba0ca39aea68db93603c68b7990..b11d2531c9784d80923c428001fdb05035d6fb8a 100644
(file)
--- a/
apt-pkg/deb/deblistparser.cc
+++ b/
apt-pkg/deb/deblistparser.cc
@@
-377,12
+377,12
@@
const char *debListParser::ParseDepends(const char *Start,const char *Stop,
const char *End = I;
for (; End > Start && isspace(End[-1]); End--);
- Ver
= string
(Start,End-Start);
+ Ver
.assign
(Start,End-Start);
I++;
}
else
{
- Ver
= string
();
+ Ver
.clear
();
Op = pkgCache::Dep::NoOp;
}