]> git.pld-linux.org Git - packages/epic4.git/blame - epic4-missing-terminating-char.patch
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/epic4.git] / epic4-missing-terminating-char.patch
CommitLineData
ce8af1e6 1--- epic4-1.1.7/source/server.c.orig 2003-07-20 09:47:35.000000000 +0200
2+++ epic4-1.1.7/source/server.c 2003-07-20 09:46:57.000000000 +0200
3@@ -2172,8 +2172,8 @@
4
5 if (!(host = strchr(userhost, '@')))
6 {
7- yell("Cannot set your userhost to [%s] because it does not
8- contain a @ character!", userhost);
9+ yell("Cannot set your userhost to [%s] because it does not "
10+ "contain a @ character!", userhost);
11 return;
12 }
13
This page took 0.070535 seconds and 4 git commands to generate.