Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Andrew Lankford
>> Someone out there is just making a hash of things. > >No pun intended, right? :) > >-- >Matt Emmerton On the contrary, I take my puns very seriously. You were supposed to reply with "Ugh!" Andrew Lankford ___ [EMAIL PROTEC

Re: Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Matthew Emmerton
> > Remove the # ("stringify") operator from the printf() > > arguments in > > the iprintf macro. It was causing the actual format string and > > variable names to be written out, instead of substituting the > > values of the variables into the format string. > > I take it that gcc's preprocesso

Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Andrew Lankford
> Remove the # ("stringify") operator from the printf() > arguments in > the iprintf macro. It was causing the actual format string and > variable names to be written out, instead of substituting the > values of the variables into the format string. I take it that gcc's preprocessor getting stri