Module Name: src Committed By: joerg Date: Sat Oct 8 20:44:59 UTC 2016
Modified Files: src/external/gpl2/groff/dist/src/roff/troff: input.cpp Log Message: BEGIN_QUOTE and END_QUOTE have values outside the range of a signed char for non-EBCDIC host. Explicitly cast them to char to avoid the implicit cast. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl2/groff/dist/src/roff/troff/input.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.