X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/97511ef2ebd8e36eb5765eaa6f2f19ea97f88161..8e42f3d15c39e5c98149c9647c0cc1a318e9321a:/src/unifontchojung diff --git a/src/unifontchojung b/src/unifontchojung index a94e4dd..06cafbe 100755 --- a/src/unifontchojung +++ b/src/unifontchojung @@ -82,7 +82,7 @@ $nextchojung = shift(@chojung); # get first code point to find while (<>) { if (substr($nextchojung, 0, 5) eq substr($_, 0, 5)) { - print; # this is one of the syllables we're seeking; print it + print or die ("Cannot print to stdout.\n"); # this is one of the syllables we're seeking; print it # Now get next Hangul Syllable to find; if no more, exit. if ($#chojung < 0) { exit;