diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-05-18 00:50:40 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-05-18 00:50:40 +0000 |
commit | 6a708e3b1d4acb456f24bcd1e3d09a83d1070243 (patch) | |
tree | 32a03d05e53a64fecaaeb6763288e128dbf50994 /modules/pdp_i.c | |
parent | ec1b4435c82dd4613724c8d891e52894c918334f (diff) |
PiDiP 0.12.14
svn path=/trunk/externals/pidip/; revision=1734
Diffstat (limited to 'modules/pdp_i.c')
-rw-r--r-- | modules/pdp_i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_i.c b/modules/pdp_i.c index d7d4b2f..e18a077 100644 --- a/modules/pdp_i.c +++ b/modules/pdp_i.c @@ -204,7 +204,7 @@ static void pdp_i_recv(t_pdp_i *x) // check we don't overflow input buffer if ( x->x_inwriteposition+ret >= x->x_inbuffersize ) { - // post( "pdp_i : too much input...resetting" ); + post( "pdp_i : too much input...resetting" ); x->x_inwriteposition=0; return; } |