commit | ab68ed469763d8f1e8caa63988015b36526edb61 | [log] [tgz] |
---|---|---|
author | Uri Lublin <uril@redhat.com> | Sun Jul 05 16:29:57 2020 +0300 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Aug 10 10:51:42 2020 -0700 |
tree | 4437cab16ee1b5cf511b46943f1548d636412f8d | |
parent | f492968d953f233e6b6946afd402f6718ff7a500 [diff] |
stress: test_get_device_list: change printf format for ssize_t The type of list_size is ssize_t. First idea was to use "%zd" printf format specifier. But that is not supported by Visual Studio 2013. Use "%ld" + cast list_size to long. Closes #751 Suggested-by: Chris Dickens <christopher.a.dickens@gmail.com> Signed-off-by: Uri Lublin <uril@redhat.com> Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)