Follow-up Comment #7, bug #27630 (project xboard):

The new convert program segfaults. Reason is in main():
char *name    doesn't allocate space for the string so sprintf(name,...)
dies.

char name[80] works better.

So currently not all pixmaps are correct. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27630>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-XBoard mailing list
Bug-XBoard@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to