summaryrefslogtreecommitdiff
path: root/blasms.c
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-01 17:25:01 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-01 17:25:01 +0000
commit28d75f5474dbb888d95c067e72d99fcada1cc73a (patch)
treee2924f0a6da63bc98a38feb451a7b0c938a76f76 /blasms.c
parent04ca7cc2af6cda39bd5940489cf14919e491b72a (diff)
Fix maximum configuration file command length
Diffstat (limited to 'blasms.c')
-rw-r--r--blasms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blasms.c b/blasms.c
index 0687c32..05539f4 100644
--- a/blasms.c
+++ b/blasms.c
@@ -229,7 +229,7 @@ int main(int argc, char *argv[]) {
/* Config file line */
char line[1024];
/* Config file command */
- char configcmd[8];
+ char configcmd[11];
/* strchr pointer */
char *strchrp;
/* Command match / telnum set */