Skip to content

Commit 88058f9

Browse files
CSV file head line
1 parent 9aaebe5 commit 88058f9

File tree

1 file changed

+2
-2
lines changed
  • libsigrok4DSL/output

1 file changed

+2
-2
lines changed

libsigrok4DSL/output/csv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ static GString *gen_header(const struct sr_output *o)
155155

156156
/* Some metadata */
157157
t = time(NULL);
158-
g_string_append_printf(header, "; CSV, generated by %s on %s\n",
159-
"DSView", o->time_string); //ctime(&t)
158+
g_string_append_printf(header, "; CSV, generated by DSView, sampled on %s\n",
159+
o->time_string); //ctime(&t)
160160

161161
/* Columns / channels */
162162
if (ctx->type == SR_CHANNEL_LOGIC)

0 commit comments

Comments
 (0)