diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-12-12 17:07:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-12-12 17:07:04 +0000 |
commit | 7f1a1c501a4616fc6bed6f780e9016cad4009748 (patch) | |
tree | 2c565498974a11e5c026ddf6998fdbb2396cd2c8 /gui/envgen.c | |
parent | 5d7d6504b91fc8ac4ada122e79906b92c8aa98c4 (diff) |
replace all %x patterns with %lx to support 64-bit
svn path=/trunk/externals/ggee/; revision=15813
Diffstat (limited to 'gui/envgen.c')
-rw-r--r-- | gui/envgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/envgen.c b/gui/envgen.c index a52693f..88594da 100644 --- a/gui/envgen.c +++ b/gui/envgen.c @@ -254,7 +254,7 @@ static void *envgen_new(t_symbol *s,int argc,t_atom* argv) x->args = STATES; x->finalvalues = getbytes( x->args*sizeof(t_float)); x->duration = getbytes( x->args*sizeof(t_float)); - DEBUG(post("finalvalues %x",x->finalvalues);); + DEBUG(post("finalvalues %lx",x->finalvalues);); /* widget */ |