#17829107 : handle windows' new-line character(\r\n)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5974 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-03-25 15:06:41 +00:00
parent 726606f42b
commit 11e362bf7f

View file

@ -203,6 +203,7 @@
$idx = 0;
for($i=0;$i<$cnt;$i++) {
$str = $list[$i];
$str = rtrim($str);
if(preg_match('/^Index: (.*)$/', $str, $m)) {
if($blockobj != null)
{