Fix typo in previous commit

This commit is contained in:
2017-12-21 17:19:07 +01:00
parent a7efdc14a1
commit d2ea9c2063

View File

@@ -110,7 +110,7 @@ void write_stats_data(const DebugContext& ctx)
deg_debug_fprintf(ctx, "$data << EOD" NL);
foreach (const StatsEntry& entry, stats) {
deg_debug_fprintf(ctx, "\"%s\",%f" NL,
id_node->id_orig->name + 2,
entry.id_node->id_orig->name + 2,
entry.time);
}
deg_debug_fprintf(ctx, "EOD" NL);