[Github-comments] [geany] Fix the "source file has been modified" issue (#621)

Colomban Wendling notifications at xxxxx
Sun Sep 27 20:13:06 UTC 2015


>  	{
>  		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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150927/21c6b047/attachment.html>


More information about the Github-comments mailing list