diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-20 23:52:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-20 23:52:45 +0000 |
commit | fbf9a8c1d0a22b5f1e90037a78b3fbe702a8e4e6 (patch) | |
tree | 5248f21d0386693bdebb8fc4e3d18a23f9141ddf /comport | |
parent | 65d88c595ce683119a0dd6cb2f32bdde2d6200df (diff) |
fix typo that breaks Windows build
svn path=/trunk/externals/iem/comport/; revision=16447
Diffstat (limited to 'comport')
-rw-r--r-- | comport/comport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/comport.c b/comport/comport.c index 862ba18..55117b5 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -1463,7 +1463,7 @@ static void comport_stopbit(t_comport *x, t_floatarg f) if(set_serial(x) == 0) { #ifdef _WIN32 - pd_error(,"[comport] ** ERROR ** could not set stopbits of device %s to %g\n", + pd_error(x,"[comport] ** ERROR ** could not set stopbits of device %s to %g\n", &x->serial_device->s_name[4], f); #else pd_error(x,"[comport] ** ERROR ** could not set extra stopbit of device %s\n", |