diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 16:22:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 18:53:25 (GMT) |
commit | 56f7524c4fd0fc14a509be7689f4820b31564dbc (patch) | |
tree | 9c84e11279cd5711a4e0af907ca6160b62317528 /src/gui/dialogs | |
parent | 3f05bacd4fec23824489b51d964a7ce3565bb85b (diff) |
Deleted a level of data to reduce the memory fingerprint.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/export.c b/src/gui/dialogs/export.c index 0d7a12b..5f05031 100644 --- a/src/gui/dialogs/export.c +++ b/src/gui/dialogs/export.c @@ -338,7 +338,7 @@ static void do_binary_export(GCodeBuffer *buffer, const vmpa2t *start, const vmp dprintf(ctx->fd, "\tpadding-left: 8px;\n"); dprintf(ctx->fd, "\tpadding-right: 8px;\n"); dprintf(ctx->fd, "}\n"); - g_buffer_segment_export_style(ctx, type); + export_line_segment_style(ctx, type); dprintf(ctx->fd, "</STYLE>\n"); dprintf(ctx->fd, "<TABLE>\n"); break; |