Hello word !
I have fixed a cast bug for 64 bits compilation of the port graphics/gcolor2. I fix it by adding #include <stdlib.h> in the main.c. This header declare the prototype for getenv, and add it avoid an unwanted implicit conversion in the following code:
So, because when I was young I was a jedi, I like to learn how I can POST a patch to add it in the ports project and bring my stone to the edifice
Thanks,
I have fixed a cast bug for 64 bits compilation of the port graphics/gcolor2. I fix it by adding #include <stdlib.h> in the main.c. This header declare the prototype for getenv, and add it avoid an unwanted implicit conversion in the following code:
Code:
user_filename=g_strdup_printf("%s/.rgb.txt", getenv("HOME")) ;
So, because when I was young I was a jedi, I like to learn how I can POST a patch to add it in the ports project and bring my stone to the edifice
Thanks,
