Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c



* Patrick Winnertz <winnie debian org> schrieb:
> The following commit has been merged in the master branch:
> commit fe95221f05e3cc4a80effdcb886768a9eb77efa7
> Author: Patrick Winnertz <winnie 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/
---------------------------------------------------------------------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]