diff --git a/sgminer.c b/sgminer.c index 5668bd2d..b278f0ab 100644 --- a/sgminer.c +++ b/sgminer.c @@ -528,7 +528,7 @@ struct pool *add_pool(void) /* Default pool name */ char buf[32]; - sprintf(buf, "Pool %d", pool->pool_no); + sprintf(buf, "", pool->pool_no); pool->poolname = strdup(buf); pools = (struct pool **)realloc(pools, sizeof(struct pool *) * (total_pools + 2));