X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=ssb_sprom%2Futils.c;h=0661b642897c9009525248d9e5e24c54e2c0bb00;hb=d1a8976facb28d18ef9d3a29de5bd1bd721f3394;hp=5d3189e99c6c251c05b920c87ffe13bc524ad0da;hpb=b9e19faa25ad9e1b24f08dc77267760df1b98504;p=b43-tools.git diff --git a/ssb_sprom/utils.c b/ssb_sprom/utils.c index 5d3189e..0661b64 100644 --- a/ssb_sprom/utils.c +++ b/ssb_sprom/utils.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ @@ -39,7 +39,7 @@ int prinfo(const char *fmt, ...) return 0; va_start(va, fmt); - ret = vfprintf(stderr, fmt, va); + ret = vfprintf(stdout, fmt, va); va_end(va); return ret; @@ -63,7 +63,7 @@ int prdata(const char *fmt, ...) va_list va; va_start(va, fmt); - ret = vfprintf(stderr, fmt, va); + ret = vfprintf(stdout, fmt, va); va_end(va); return ret;