From 92f3c4d782efec737c7c8c41fff79ee987b3f90e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Apr 2014 19:43:34 +0200 Subject: Corrected patch list. --- planning/planning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planning/planning.cpp') diff --git a/planning/planning.cpp b/planning/planning.cpp index 740e84e..06fab99 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -303,7 +303,7 @@ void Planner::logprintf(const char *fmt, ...) string distro_name(unsigned distro) { char buf[16]; - sprintf(buf, "distro%dgw", distro + 1); + sprintf(buf, "distro%d", distro); return buf; } -- cgit v1.2.3