|
|
| version 1.4, 2005/03/05 15:01:03 | version 1.5, 2007/01/02 13:11:01 |
|---|---|
| Line 1064 cb_newdisk(GtkAction *action, gpointer u | Line 1064 cb_newdisk(GtkAction *action, gpointer u |
| for (i = 0; i < NELEMENTS(filter); i++) { | for (i = 0; i < NELEMENTS(filter); i++) { |
| if (f == filter[i]) { | if (f == filter[i]) { |
| kind = i; | kind = i; |
| tmp = g_strjoin(".", path, extname[i]); | tmp = g_strjoin(".", path, extname[i], NULL); |
| if (tmp) { | if (tmp) { |
| g_free(path); | g_free(path); |
| path = tmp; | path = tmp; |