Mercurial > cgi-bin > hgweb.cgi > ClipMan
diff src/name/blackcap/clipman/RtfToHtml.kt @ 27:8aa2dfac27eb
Big reorg; compiled but untested.
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 29 Jan 2020 10:50:07 -0800 |
parents | be282c48010a |
children | 0c6c18a733b7 |
line wrap: on
line diff
--- a/src/name/blackcap/clipman/RtfToHtml.kt Wed Jan 29 10:47:46 2020 -0800 +++ b/src/name/blackcap/clipman/RtfToHtml.kt Wed Jan 29 10:50:07 2020 -0800 @@ -76,8 +76,8 @@ val exitStatus = job.waitFor() /* after it exits, wait for our data consumers to exit */ - outputConsumer.join(); - errorConsumer.join(); + outputConsumer.join() + errorConsumer.join() /* if it barfed, return an error, else return the HTML */ if (exitStatus != 0) {