Skip to content

Commit

Permalink
sadf: Fix variable name
Browse files Browse the repository at this point in the history
This is quite a silly error...

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
  • Loading branch information
sysstat committed Mar 30, 2019
1 parent 6361091 commit 9207540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadf_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ __printf_funct_t print_xml_header(void *parm, int action, char *dfile,
{
struct tm rectime, loc_t;
char cur_time[TIMESTAMP_LEN];
int *tab = (int *) tab;
int *tab = (int *) parm;

if (action & F_BEGIN) {
printf("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
Expand Down

0 comments on commit 9207540

Please sign in to comment.