Fix termios debug statement

pull/115/head
Michael Black 2019-06-12 12:15:01 -05:00
rodzic 5e36d5c11b
commit c61a62bec5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1444,7 +1444,7 @@ int win32_serial_read( int fd, void *vb, int size )
err = ReadFile( index->hComm, dest + total, size, &nBytes, &index->rol );
#ifdef DEBUG_VERBOSE
/* warning Roy Rogers! */
sprintf(message, " ========== ReadFile = %i %s\n",
sprintf(message, " ========== ReadFile = %i 0x%x\n",
( int ) nBytes, *((char *) dest + total) );
report( message );
#endif /* DEBUG_VERBOSE */