On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote:

> Em 28-02-2010 22:10, Vincent Torri escreveu:
>>
>>
>> On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote:
>>
>>> Hello,
>>>
>>> The attached patch would seem to add http basic auth to ecore_con_url
>>>
>>> I'm still testing it, but I'd like to know the opinion of others on its
>>> addition. I'm still a bit too shy to commit real code in core EFL
>>> libraries :)
>>
>>  * don't use asprintf : not portable
>
> Will look into other way to do that part.

buffer + snprintf

>
>>  * follow the coding style
>
> I thought I did, what did I do wrong?

if ()
   {
      int i;    // 3 spaces after to column of the opening bracket
   }

and use tabs for multiples of 8 spaces. Unfortunately, that horror is 
propagated through all the EFL because of the editor that raster uses. The 
guys who wrote this editor should be tortured.

Vincent

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to