aboutsummaryrefslogtreecommitdiffstats
path: root/planning
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-15 19:43:34 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-15 19:43:34 +0200
commit92f3c4d782efec737c7c8c41fff79ee987b3f90e (patch)
tree0d62afeb7d6e0501d726e12ce34da91345dc53d5 /planning
parentaa04b0f8c40d6e29ec161821c36480806d589650 (diff)
Corrected patch list.
Diffstat (limited to 'planning')
-rw-r--r--planning/planning.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}