{ ui_set_statusbar(TRUE, "%s", err->message); g_error_free(err); return FALSE; }
- filedata->len = (gsize) st.st_size;
nah, before that commit `len` was `strlen(data)`, and there was a separate `size`. IIUC the only change there was that on this side of the code there was only one length, the true length of the data, and the post-encoding-conversion length was handled by the encoding part.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/621/files#r40509129
github-comments@lists.geany.org