2
0
forked from Ivasoft/DSView

write DSView tag at the csv file header

This commit is contained in:
dreamsource-tai
2024-07-29 16:41:01 +08:00
parent 734e9935d2
commit e0976ae8e7

View File

@@ -156,7 +156,7 @@ static GString *gen_header(const struct sr_output *o)
/* Some metadata */
t = time(NULL);
g_string_append_printf(header, "; CSV, generated by %s on %s\n",
PACKAGE_STRING, o->time_string); //ctime(&t)
"DSView", o->time_string); //ctime(&t)
/* Columns / channels */
if (ctx->type == SR_CHANNEL_LOGIC)