src/Pure/Tools/build_job.scala
changeset 76852 2915740fce1f
parent 76844 ef1f7d56f7c8
child 76860 f95ed5a0600c
--- a/src/Pure/Tools/build_job.scala	Sat Dec 31 15:32:12 2022 +0100
+++ b/src/Pure/Tools/build_job.scala	Sat Dec 31 15:42:13 2022 +0100
@@ -22,7 +22,7 @@
 
     def read_xml(name: String): XML.Body =
       YXML.parse_body(
-        Symbol.output(unicode_symbols, UTF8.decode_permissive(read(name).uncompressed)),
+        Symbol.output(unicode_symbols, UTF8.decode_permissive(read(name).bytes)),
         cache = theory_context.cache)
 
     for {