author | wenzelm |
Sat, 22 Oct 2016 12:34:17 +0200 | |
changeset 64341 | 45b6faeee56d |
parent 64340 | 7f42e66c0d3d |
child 64342 | 53fb4a19fb98 |
--- a/src/Pure/Admin/build_log.scala Fri Oct 21 21:03:17 2016 +0200 +++ b/src/Pure/Admin/build_log.scala Sat Oct 22 12:34:17 2016 +0200 @@ -368,7 +368,7 @@ case _ => Meta_Info.empty } - case line :: _ if line.startsWith("\0") => Meta_Info.empty + case line :: _ if line.startsWith("\u0000") => Meta_Info.empty case List(Isatest.End(_)) => Meta_Info.empty case _ :: AFP_Test.Bad_Init() :: _ => Meta_Info.empty case Nil => Meta_Info.empty