projects
/
capablanca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
285658a
)
Change seek-ad-removal notification text
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 3 Sep 2012 10:10:04 +0000 (12:10 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 4 Sep 2012 09:17:28 +0000 (11:17 +0200)
Use the same message as freechess.org, to make life less hard on interfaces.
lasker-2.2.3/src/seekproc.c
patch
|
blob
|
history
diff --git
a/lasker-2.2.3/src/seekproc.c
b/lasker-2.2.3/src/seekproc.c
index
e072fd3
..
399dfbe
100644
(file)
--- a/
lasker-2.2.3/src/seekproc.c
+++ b/
lasker-2.2.3/src/seekproc.c
@@
-228,7
+228,7
@@
void withdraw_seeks(int p)
continue;
pprintf_prompt(p1, "AD_DESTROY: %d\n", i);
}
- pprintf(p, "AD_DESTROY: %d\n", i);
+ pprintf(p, "Ads removed: %d\n", i);
FREE(seek_globals.ads[i].category);
FREE(seek_globals.ads[i].board_type);
}