1999-02-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
* find.c (add_to_list): Pass the data pointer as well.
Этот коммит содержится в:
родитель
59ebb12935
Коммит
8b9a77adf6
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user