1
1

1999-02-12 Miguel de Icaza <miguel@nuclecu.unam.mx>

* find.c (add_to_list): Pass the data pointer as well.
Этот коммит содержится в:
Miguel de Icaza 1999-02-12 21:58:05 +00:00
родитель 59ebb12935
Коммит 8b9a77adf6
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
1999-02-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
* find.c (add_to_list): Pass the data pointer as well.
Fri Feb 12 06:36:58 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* utilunix.c (my_system): Compilation fix: on systems without

Просмотреть файл

@ -892,7 +892,7 @@ get_list_info (char **file, char **dir)
static char *
add_to_list (char *text, void *data)
{
return listbox_add_item (find_list, 0, 0, text, 0);
return listbox_add_item (find_list, 0, 0, text, data);
}
static void