H A D | main.cpp | 550 gchar *scripts = g_build_filename(exe, "python", "Scripts", NULL); local 566 new_path = g_strdup_printf("%s;%s;%s;%s;%s", exe, python, scripts, perl, path); 568 new_path = g_strdup_printf("%s;%s;%s;%s", exe, python, scripts, perl); 601 g_free(scripts);
|