diff options
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index 653c2a9f..b765e520 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -749,7 +749,7 @@ PUBLIC HTStream* HTSaveToFile ARGS3( _statusline(CANNOT_DISPLAY_FILE_D_OR_C); } - while (c != 'D' && c != 'C') { + while (c != 'D' && c != 'C' && c != 7) { c = LYgetch_single(); #ifdef VMS /* |