From d1736e197d9a0cdad83b054906645821a3f39a25 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:55:47 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 0f6a3f0f..c8ddda28 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -62,7 +62,7 @@ public class GitRepo : Object // should really find out if these are untracked files each.. // we run multiple versions to make sure that if one failes, it does not ignore the whole lot.. // not sure if that is how git works.. but just be certian. - return = ""; + var ret = ""; for (var i = 0; i < files.length;i++) { var f = files.index(i).vname; try { -- 2.39.2