Update patch for pr.c:1.22
This commit is contained in:
parent
a38ffacc37
commit
e1ecf7bd86
1 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
Index: empserver/src/lib/subs/pr.c
|
||||
--- empserver/src/lib/subs/pr.c 27 May 2005 16:31:19 -0000 1.12
|
||||
+++ empserver/src/lib/subs/pr.c 28 May 2005 08:32:40 -0000
|
||||
@@ -57,6 +57,13 @@
|
||||
|
||||
--- empserver/src/lib/subs/pr.c 14 Jun 2005 05:01:26 -0000 1.22
|
||||
+++ empserver/src/lib/subs/pr.c 15 Jun 2005 12:46:17 -0000
|
||||
@@ -59,6 +59,13 @@
|
||||
static void upr_player(struct player *pl, int id, char *buf);
|
||||
static void outid(struct player *pl, int n);
|
||||
|
||||
+/* Hack for nightlybuild */
|
||||
|
@ -12,10 +12,10 @@ Index: empserver/src/lib/subs/pr.c
|
|||
+ return "Thu Jan 1 00:00:00 GMT 1970\n";
|
||||
+}
|
||||
+
|
||||
/*VARARGS*/
|
||||
void
|
||||
pr(char *format, ...)
|
||||
@@ -294,7 +301,7 @@
|
||||
/*
|
||||
* Print to current player similar to printf().
|
||||
* Use printf-style FORMAT with the optional arguments.
|
||||
@@ -328,7 +335,7 @@
|
||||
void
|
||||
prprompt(int min, int btu)
|
||||
{
|
||||
|
@ -23,4 +23,4 @@ Index: empserver/src/lib/subs/pr.c
|
|||
+ pr_id(player, C_PROMPT, "0 640\n"); /* Hack for nightlybuild */
|
||||
}
|
||||
|
||||
void
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue