Re: GnomeICU patch.



  The 'fixed' patch was broken!

  Use this one.  (if this one breaks too I'm going to turn in my keyboard. ;-) )
  If you applied the other one and are getting compilation errors around line
2010, go to the function "show_contact_message", find the line:
        buf=g_malloc(strlen(nick)+strlen("Message from ")+3);
and change it to:
        buf=g_malloc(strlen(Contacts[cx].nick)+strlen("Message from ")+3);

  Daniel
(demons of typographical errors, begone!)

-- 
Anything that can go wrong, wfortune: segmentation fault, core dumped



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]