Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104615 Details for
Bug 158878
libusb-0.1.11 does not compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libusb-0.1.11-format.patch
libusb-0.1.11-format.patch (text/plain), 601 bytes, created by
Ryan Egesdahl
on 2006-12-22 19:27:32 UTC
(
hide
)
Description:
libusb-0.1.11-format.patch
Filename:
MIME Type:
Creator:
Ryan Egesdahl
Created:
2006-12-22 19:27:32 UTC
Size:
601 bytes
patch
obsolete
>diff -Eru libusb-0.1.11.orig/linux.c libusb-0.1.11/linux.c >--- libusb-0.1.11.orig/linux.c 2006-12-23 09:09:43.000000000 +0000 >+++ libusb-0.1.11/linux.c 2006-12-23 09:11:12.000000000 +0000 >@@ -564,7 +564,7 @@ > dev->children = malloc(sizeof(struct usb_device *) * dev->num_children); > if (!dev->children) { > if (usb_debug > 1) >- fprintf(stderr, "error allocating %d bytes memory for dev->children\n", >+ fprintf(stderr, "error allocating %lu bytes memory for dev->children\n", > sizeof(struct usb_device *) * dev->num_children); > > dev->num_children = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 158878
:
104614
| 104615