fix comments on #516. Split reader_interrupted into a reader_interrupted and a reader_reading_interrupted

This commit is contained in:
Jan Kanis
2013-01-22 11:00:02 +01:00
parent c58278758c
commit eb1c00c56b
3 changed files with 15 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ static int interrupt_handler()
/*
Tell the reader an event occured
*/
if (reader_interrupted())
if (reader_reading_interrupted())
{
/*
Return 3, i.e. the character read by a Control-C.