K 10 svn:author V 2 se K 8 svn:date V 27 2013-05-24T18:54:52.083606Z K 7 svn:log V 363 The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean "&" and "|" instead of short-cut operators "&&" and "||". While here, increment the last part of the version string. The reason is the fixed output file selection logic in pch.c, which was committed as r250943, yesterday. Reviewed by: pfg END