On Thu, 04 May 2000 19:54:09 MDT, Shippy! <[EMAIL PROTECTED]> said:
> Ok, I've tried it on yet another machine and
> I'm having the same problems. So now I have
> two machines each where it does and does
> not work. The only thing I can see that the
> non-working machines have in common is that
>
Ok, I've tried it on yet another machine and
I'm having the same problems. So now I have
two machines each where it does and does
not work. The only thing I can see that the
non-working machines have in common is that
they have SMP kernels. Is there anything special
you have to do for SMP kernels?
For some reason, this function is causing my
program to die:
void log(log_type type, char *message, ...)
{
GdkColor color;
va_list args;
char fmtmsg[MAX_STR_LEN];
char *logmsg;
memset(&color, 0, sizeof(color));
switch(type)
{
case LOG_ERR:
color.red = 0x