2007-08-13 [wwp] 2.10.0cvs119
[claws.git] / src / gtk / gtkaspell.c
index 77104d30916c55ff4d902f82fb09a08660413403..33c47c3c8a7f5b66f46a04b6700355fff058ba00 100644 (file)
@@ -1699,7 +1699,7 @@ static GSList *gtkaspell_get_dictionary_list(const gchar *aspell_path, gint refr
        dlist = get_aspell_dict_info_list(config);
        delete_aspell_config(config);
 
-       debug_print("Aspell: checking for dictionaries in %s\n", aspell_path);
+       debug_print("Aspell: checking for dictionaries in %s\n", aspell_path?aspell_path:"(null)");
        dels = aspell_dict_info_list_elements(dlist);
        while ( (entry = aspell_dict_info_enumeration_next(dels)) != 0) 
        {