bugfix: wrong format strings
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@260 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1502,10 +1502,10 @@ special:
|
||||
if (verbose > 1)
|
||||
fprintf(stderr, "control loop: writing %d bytes... ", result);
|
||||
result = write (fd, outbuf, result);
|
||||
if (verbose > 1)
|
||||
fprintf(stderr, "done (%d written).\n");
|
||||
if (result < 0)
|
||||
goto stall;
|
||||
if (verbose > 1)
|
||||
fprintf(stderr, "done (%d written).\n", result);
|
||||
} return;
|
||||
default:
|
||||
goto stall;
|
||||
|
||||
Reference in New Issue
Block a user