X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Ftext%2Fhex.c;h=e604d9735f76a04ae2ec1b5270b5128c50b66f8f;hb=cdb3573ceba61b02b80f7fc979d166db5b6ff3bc;hp=e4806355b371b6519f93cf7e296388dece019669;hpb=8703f512a7c0e05f5fc3a5bc36f9e81afee71da3;p=libsigrok.git diff --git a/output/text/hex.c b/output/text/hex.c index e4806355..e604d973 100644 --- a/output/text/hex.c +++ b/output/text/hex.c @@ -90,7 +90,7 @@ int data_hex(struct sr_output *o, const char *data_in, uint64_t length_in, } struct sr_output_format output_text_hex = { - .extension = "hex", + .id = "hex", .description = "Hexadecimal (takes argument, default 192)", .df_type = SR_DF_LOGIC, .init = init_hex,