diff options
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/hammer/comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/comment.c b/cyclone/hammer/comment.c index 536fa07..8fd2431 100644 --- a/cyclone/hammer/comment.c +++ b/cyclone/hammer/comment.c @@ -455,7 +455,7 @@ static void comment_save(t_gobj *z, t_binbuf *b) comment_validate(x, 0); binbuf_addv(b, "ssiisiissiiii", gensym("#X"), gensym("obj"), (int)t->te_xpix, (int)t->te_ypix, - atom_getsymbol(binbuf_getvec(x->x_ob.te_binbuf)), + gensym("comment"), x->x_pixwidth, x->x_fontsize, x->x_fontfamily, (x->x_encoding ? x->x_encoding : gensym("?")), x->x_fontprops, |