X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2Ftext%2Fhex.c;h=e604d9735f76a04ae2ec1b5270b5128c50b66f8f;hb=4bc5fd4568350e3d4025ea72158a8a611650a912;hp=e4806355b371b6519f93cf7e296388dece019669;hpb=d494a4aa9dcbd90126d86757d16fa3e0f0a419f3;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,