summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-19 22:27:02 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-19 22:27:02 +0000
commit6bbeddada8aceec51f76a727448d88467ef6b037 (patch)
treeba8383dc2bcd5953fe065d16fe5f683cd66536ca /src
parente527bd7053de5ba035891143dbdab7b765530eb7 (diff)
Fixed to allow spaces as delimiters.
Diffstat (limited to 'src')
-rw-r--r--src/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 0614c64..2266f6a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -89,8 +89,8 @@ static void Parse(FILE *fp)
char *t1=NULL;
char *t2=NULL;
- t1=strtok(buff,"\t");
- t2=strtok(NULL,"\t");
+ t1=strtok(buff," \t");
+ t2=strtok(NULL," \t");
if (t2)
{