Skip to content

Commit

Permalink
Made upspeedgraph and downspeed graph scale on a common axis
Browse files Browse the repository at this point in the history
  • Loading branch information
donutAnees authored and brndnmtthws committed Jul 21, 2024
1 parent 82bfeba commit ed6d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct graph {

static std::pair<struct graph, bool> test_parse(const char *s) {
struct text_object obj;
bool result = scan_graph(&obj, s, default_scale);
bool result = scan_graph(&obj, s, default_scale,FALSE);
auto g = static_cast<struct graph *>(obj.special_data);
struct graph graph = *g;
free(g);
Expand Down

0 comments on commit ed6d188

Please sign in to comment.