blob: 267384a2084485d0b6f06da1aa608a1dbf393b81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tspc.c.orig Wed Sep 10 07:44:23 2003
+++ src/tspc.c Thu Oct 23 11:13:55 2003
@@ -205,7 +205,7 @@
int Initialise(int argc, char *argv[], tConf *Conf)
{
tConf CmdLine;
- char *Templ = "template";
+ char *Templ = "bin";
Conf->tsp_dir = NULL;
Conf->server = "";
|