X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Ftext%2Ftext.h;h=f3ada90dc23ae3af3ae7b91865aa7740e683c087;hb=db9679afc9f46bdf038efabd3ac69983d15f89cf;hp=3469e62ec1a09fc37651f7b93411fe6f24ba7f65;hpb=054e67090641e0a56a7e55789a3882ca138a0b11;p=libsigrok.git diff --git a/output/text/text.h b/output/text/text.h index 3469e62e..f3ada90d 100644 --- a/output/text/text.h +++ b/output/text/text.h @@ -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 * @@ -42,7 +42,7 @@ struct context { uint8_t *linevalues; char *header; int mark_trigger; - uint64_t prevsample; + uint8_t *prevsample; enum outputmode mode; };