summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-02-06 13:31:58 +0100
committerYorhel <git@yorhel.nl>2014-02-11 08:59:02 +0100
commitd811ffc3ce3f5e22b7f5432d22fcb3f778f81880 (patch)
treeb939516b41d1def5fcf0de80787839d3cc232598 /src
parentea155e3b1a6e19f6e3ae02d372da791a317bda81 (diff)
proto: Support adc commands with more than 127 params
Diffstat (limited to 'src')
-rw-r--r--src/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.c b/src/proto.c
index 1a0a7d7..b569606 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -200,7 +200,7 @@ struct adc_cmd_t {
int source; // Only when type = B|D|E|F
int dest; // Only when type = D|E
char **argv;
- char argc;
+ int argc;
};