il y a clairement une probleme hardware

This commit is contained in:
phyto
2019-05-21 16:29:39 +02:00
parent 6e9c5e49d1
commit 0ccf834e84
4 changed files with 11 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ int getline_to(int fd, char *where, int szm, int to_ms)
{
int curpos, byte, retval;
#if DEBUG_LEVEL
#if DEBUG_LEVEL > 1
fprintf(stderr, ">>> %s ( %d %p %d %d )\n", __func__,
fd, where, szm, to_ms);
#endif