freebsd-ports/games/tome/files/patch-skills-c
Andrey Slusar 5842e52f2f - Minor cleanups: added desktop entry, remove USE_REINPLACE, minor
patch issues. Nothing worth bumping the epoch over. [1]
- Change maintainer email address. [1]
- Fix some build warnings.

PR:		ports/93573 [1]
Submitted by:	Peter Thoenen (maintainer) [1]
2006-04-11 19:15:56 +00:00

11 lines
396 B
Text

--- skills.c.orig Mon Apr 3 17:41:37 2006
+++ skills.c Mon Apr 3 17:41:44 2006
@@ -257,7 +257,7 @@
strcat(buf, format(" - %s", s_info[i].name + s_name));
}
- fprintf(fff, "%-49s%s%02ld.%03ld [%01d.%03d]",
+ fprintf(fff, "%-49s%s%02ld.%03ld [%01ld.%03ld]",
buf, s_info[i].value < 0 ? "-" : " ",
ABS(s_info[i].value) / SKILL_STEP,
ABS(s_info[i].value) % SKILL_STEP,