]> andersk Git - svn-all-fast-export.git/commitdiff
Initialize variable
authorThiago Macieira <thiago.macieira@trolltech.com>
Mon, 18 Aug 2008 14:45:49 +0000 (16:45 +0200)
committerThiago Macieira <thiago.macieira@trolltech.com>
Mon, 18 Aug 2008 14:45:49 +0000 (16:45 +0200)
src/repository.cpp

index 65beba83e29a4faa101495c750f4886649a7bd34..72bbd602b7d2cfe20b6358a9998c831546c607f0 100644 (file)
@@ -20,7 +20,7 @@
 #include <QDebug>
 
 Repository::Repository(const Rules::Repository &rule)
-    : name(rule.name), processHasStarted(false)
+    : name(rule.name), commitCount(0), processHasStarted(false)
 {
     foreach (Rules::Repository::Branch branchRule, rule.branches) {
         Branch branch;
This page took 0.030307 seconds and 5 git commands to generate.