]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/telnet-0.17-argv.patch
correct wrong headline at hardwaregraphs.cgi
[ipfire-2.x.git] / src / patches / telnet-0.17-argv.patch
CommitLineData
b52f6eb2
DW
1diff -ur netkit-telnet-0.17/telnetd/setproctitle.c netkit-telnet-0.17.new/telnetd/setproctitle.c
2--- netkit-telnet-0.17/telnetd/setproctitle.c 1999-12-11 00:06:39.000000000 +0100
3+++ netkit-telnet-0.17.new/telnetd/setproctitle.c 2004-06-28 16:48:51.153514392 +0200
4@@ -139,7 +139,7 @@
5 (void) strcpy(Argv[0], buf);
6 p = &Argv[0][i];
7 while (p < LastArgv)
8- *p++ = ' ';
9+ *p++ = '\0';
10 Argv[1] = NULL;
11 }
12