on 1/4/2001 5:37 PM, "Youngho Cho" <[EMAIL PROTECTED]> wrote:
> - if(start == -1 || end == -1)
> + if(start == -1 || end == -1 || (start + 10) == end)
> return null;
> + String str = cd.substring(start+10,end).trim();
> + if( str.length() == 0)
> + return null;
> + else
> + return str;
> - return cd.substring(start+10,end);
> }
bad patch from the point of view that you used tabs, but other than that, it
looks ok. i just checked it in.
thanks!
-jon
--
Honk if you love peace and quiet.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]