forked from github/server
Noch zwei kleine kosmetische Fehler.
This commit is contained in:
parent
64f80c8bc6
commit
1381d330c5
1 changed files with 2 additions and 2 deletions
|
@ -1385,9 +1385,9 @@ describe(FILE * F, const region * r, int partial, faction * f)
|
||||||
|
|
||||||
if (edges) rnl(F);
|
if (edges) rnl(F);
|
||||||
for (e=edges;e;e=e->next) {
|
for (e=edges;e;e=e->next) {
|
||||||
|
char * bufp = buf;
|
||||||
boolean first = true;
|
boolean first = true;
|
||||||
for (d=0;d!=MAXDIRECTIONS;++d) {
|
for (d=0;d!=MAXDIRECTIONS;++d) {
|
||||||
char * bufp = buf;
|
|
||||||
if (!e->exist[d]) continue;
|
if (!e->exist[d]) continue;
|
||||||
if (first) bufp += strlcpy(bufp, "Im ");
|
if (first) bufp += strlcpy(bufp, "Im ");
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue