updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c
Enrico Weigelt
weigelt at metux.de
Sat Feb 21 22:39:34 UTC 2009
* Patrick Winnertz <winnie at debian.org> schrieb:
> The following commit has been merged in the master branch:
> commit fe95221f05e3cc4a80effdcb886768a9eb77efa7
> Author: Patrick Winnertz <winnie at debian.org>
> Date: Fri Feb 6 14:32:09 2009 +0100
>
> Rewrote the shell_escape function in order to make us of GString and g_string_append_c
>
> As we decided to fully switch back to glb we needed to rewrite this function in order to use
> glib functions. This means in this case mostly that *ptr = c; ptr++; is replaced by something
> like this: g_string_append(str,c); with str a GString*.
Am I the only one who sees how *stupid* this is ?
Well, this is an good example of that crap I do NOT want to get
along with and why I was forced to do my own fork ...
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
More information about the mc-devel
mailing list