git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36125 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-04-11 00:00:57 +00:00
parent 7883956881
commit 20433d6ee2

View File

@ -142,7 +142,6 @@ printf("e:%s\n", extension.String());
int32 cr = contents.FindFirst('\n');
if (cr < 0)
cr = contents.Length();
//contents.MoveInto(line, 0, cr);
contents.CopyInto(line, 0, cr);
contents.Remove(0, cr+1);
line.RemoveAll("\r");
@ -175,8 +174,6 @@ printf("e:%s\n", extension.String());
} else
state = 3;
break;
break;
default:
break;
}