Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'u/mercatp/beta-adic' of git://trac.sagemath.org/sage in…
Browse files Browse the repository at this point in the history
…to beta-adic
  • Loading branch information
mercatp committed Aug 17, 2014
2 parents b53c93b + 718704d commit 5119e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/words/automata_tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ void TikZ (const char *data, const char *graph_name, double sx, double sy)
fclose(f);
if (verb)
printf("draw...\n");
sprintf(tamp, "dot %s -Gname -Tsvg > output%s%s.svg", name, time(NULL), clock());
sprintf(tamp, "dot %s -Gname -Tsvg > output%d%d.svg", name, time(NULL), clock());
system(tamp);
}

0 comments on commit 5119e89

Please sign in to comment.