Fixed a crash in calendar parsing when encountering an illegal VEVENT without newlines.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 30 Oct 2008 16:35:26 +0000 (16:35 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 30 Oct 2008 16:35:26 +0000 (16:35 +0000)
commit173c04acb9ad631d17442ec1846c6f2e3edcdbf1
tree74ae7a14a3dfaa408e18312b5045754864149122
parent1b62edec584b7a67966f51a10a1912171b54a811
Fixed a crash in calendar parsing when encountering an illegal VEVENT without newlines.

git-svn-id: http://zxing.googlecode.com/svn/trunk@655 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/client/result/CalendarParsedResult.java
core/test/src/com/google/zxing/client/result/ParsedReaderResultTestCase.java