forked from github/server
Zwei kleine kosmetische Fehler.
This commit is contained in:
parent
2483a3c229
commit
47086fc8c1
|
@ -1326,6 +1326,7 @@ describe(FILE * F, const region * r, int partial, faction * f)
|
|||
else {
|
||||
strcpy(bufp++, " ");
|
||||
MSG(("nr_vicinitystart", "dir region", d, r2), bufp, sizeof(buf)-(bufp-buf), f->locale, f);
|
||||
bufp += strlen(bufp);
|
||||
dh = true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -615,7 +615,7 @@ spskill(char * buffer, const struct locale * lang, const struct unit * u, skill_
|
|||
|
||||
if (!*dh) {
|
||||
pbuf += strlcpy(pbuf, LOC(lang, "nr_skills"));
|
||||
strcpy(pbuf++, " ");
|
||||
pbuf += strlcpy(pbuf, ": ");
|
||||
*dh = 1;
|
||||
}
|
||||
pbuf += strlcpy(pbuf, skillname(sk, lang));
|
||||
|
|
Loading…
Reference in New Issue