issue of substr
This bug is caused by boundary check of the string.
The source is fixed and committed to the Subversion (revision 56).
このバグは文字列の長さチェックにおいて有効な文字長を1つ短くしていたため発生しました。
バグを修正してSubversionにコミットしました(リビジョン56)。
I confirmed fixed. thank you.
修正ありがとうございます、確認しました。
When cutting one last character of the string by using the substr function in awk script raises an exception. awkスクリプトでsubstr関数を利用して文字列の最後の1文字を切り出すと、例外が発生する。
e.g.) val="12345"; print substr(val, 5 ,1);