On Mon, 14 Feb 2011 17:09:01 +0900 Hyoyoung Chang <hyoyoung.ch...@samsung.com>
said:

thanks! in svn it is!

> Dear Elementary developers.
> 
> It's a elm_label bugfix.
> It has two small improvements.
> 1. Current code can be reference null ptr.
> 
> -                  replocater = curlocater + key_len + 1;
> -                  while ((*replocater != '=') && (replocater)) 
>                                                              ^^^
> -                    replocater++;
> 
> It should be *replocater, not replocater
> 
> 
> 2. there are two while loop to find a separate character in string. 
> I changed it from loop to strchr.
> 
> Thank you.
> 
> ----------------------------------
> Hyoyoung CHANG
> Engineer
> 
> SAMSUNG ELECTRONICS, Co., Ltd.
> E-mail: hyoyoung.ch...@samsung.com
> ----------------------------------


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to