- added patches + 0004-gcc14.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgpod?expand=0&rev=59
15 lines
500 B
Diff
15 lines
500 B
Diff
Index: libgpod-0.8.3/tools/generic-callout.c
|
|
===================================================================
|
|
--- libgpod-0.8.3.orig/tools/generic-callout.c
|
|
+++ libgpod-0.8.3/tools/generic-callout.c
|
|
@@ -664,7 +664,7 @@ static gboolean write_sysinfo_extended (
|
|
}
|
|
|
|
|
|
-static char *get_info_from_usb (usb_bus_number, usb_device_number)
|
|
+static char *get_info_from_usb (int usb_bus_number, int usb_device_number)
|
|
{
|
|
#ifdef HAVE_LIBUSB
|
|
return read_sysinfo_extended_from_usb (usb_bus_number,
|
|
|