X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/119a78c606ce7e90f07f84f5307628fd5a0837f7..8eb7cac8c11a9d2f2a3b34d9f6a5f26d99bf8720:/src/unifontksx?ds=sidebyside diff --git a/src/unifontksx b/src/unifontksx index 40de726..e31bfe5 100755 --- a/src/unifontksx +++ b/src/unifontksx @@ -386,7 +386,7 @@ $nextksx = shift(@ksx); # get first code point to find while (<>) { if (substr($nextksx, 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 ($#ksx < 0) { exit;