- bug fixes

SKIPPED:
	psi/haakedriv.c
This commit is contained in:
zolliker
2010-02-01 11:29:46 +00:00
parent 820db0b52a
commit 3e8938e986
4 changed files with 26 additions and 23 deletions

View File

@ -180,7 +180,7 @@ int AsconReadGarbage(int fd)
if (l > 0) {
/* swallow */
garbage[l] = '\0';
printf("(((%s)))\n", garbage);
/* printf("(((%s)))\n", garbage); */
result += l;
} else if (l == 0) {
errno = ECONNRESET;