]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.h
vcd input: Use a GSList rather than fixed size array of probes.
[libsigrok.git] / output / text / text.h
index 3469e62ec1a09fc37651f7b93411fe6f24ba7f65..f3ada90dc23ae3af3ae7b91865aa7740e683c087 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
@@ -42,7 +42,7 @@ struct context {
        uint8_t *linevalues;
        char *header;
        int mark_trigger;
-       uint64_t prevsample;
+       uint8_t *prevsample;
        enum outputmode mode;
 };