]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.h
sr/srd: Small fixes, constifications, doc updates.
[libsigrok.git] / output / text / text.h
index d23d22ef3be4132de0104af16a30c6ddd8a364ed..8dcb45d22a089673cfdad66719acdfaca85322a1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ struct context {
        unsigned int unitsize;
        int line_offset;
        int linebuf_len;
-       char *probelist[65];
+       char *probelist[SR_MAX_NUM_PROBES + 1];
        char *linebuf;
        int spl_cnt;
        uint8_t *linevalues;