From 3075700fe36cc99e2081fac39c9a23255ca2d539 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 27 Apr 2009 21:06:10 +0000 Subject: added option -stdout (similar to -stderr) svn path=/trunk/; revision=11180 --- desiredata/src/s_stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata/src/s_stuff.h') diff --git a/desiredata/src/s_stuff.h b/desiredata/src/s_stuff.h index 5757df5e..aa5f8a4d 100644 --- a/desiredata/src/s_stuff.h +++ b/desiredata/src/s_stuff.h @@ -267,7 +267,7 @@ void sys_save_audio_params(t_audiodevs *in, t_audiodevs *out, int rate, int d /* s_file.c */ typedef void (*t_printhook)(const char *s); extern t_printhook sys_printhook; /* set this to override printing */ -extern int sys_printtostderr; +extern int sys_printtofh; #ifdef MSW #define vsnprintf _vsnprintf /* jsarlo -- alias this name for msw */ #endif -- cgit v1.2.1