projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix spelling error
[apt.git]
/
apt-pkg
/
indexfile.cc
diff --git
a/apt-pkg/indexfile.cc
b/apt-pkg/indexfile.cc
index 37be87055367d8eb02ba3135f0315976a4de1df3..f18ddbfaae1556ae8688b800b447eea14ff3503a 100644
(file)
--- a/
apt-pkg/indexfile.cc
+++ b/
apt-pkg/indexfile.cc
@@
-27,7
+27,8
@@
unsigned long pkgIndexFile::Type::GlobalListLen = 0;
pkgIndexFile::Type::Type()
{
ItmList[GlobalListLen] = this;
- GlobalListLen++;
+ GlobalListLen++;
+ Label = NULL;
}
/*}}}*/
// Type::GetType - Locate the type by name /*{{{*/