Warning cleanup.

This commit is contained in:
Sean Hunt
2015-05-25 00:08:34 +09:00
committed by nhmall
parent b8bea3af20
commit b6f32e7eff
4 changed files with 5 additions and 5 deletions

View File

@@ -199,9 +199,9 @@ bot1()
mbot[k] += 'A' - 'a';
k++;
}
Sprintf(nb = eos(nb), mbot);
Strcpy(nb = eos(nb), mbot);
} else
Sprintf(nb = eos(nb), rank());
Strcpy(nb = eos(nb), rank());
Sprintf(nb = eos(nb), " ");
i = mrank_sz + 15;