Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2009 18:04:16 GMT
From:      Sylvestre Gallon <syl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166145 for review
Message-ID:  <200907151804.n6FI4GL9024653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166145

Change 166145 by syl@syl_atuin on 2009/07/15 18:04:01

	Update test1 to compile with Hans Petter's libusb changes.

Affected files ...

.. //depot/projects/soc2009/syl_usb/libusb-tests/descriptors/test1/test1.c#4 edit

Differences ...

==== //depot/projects/soc2009/syl_usb/libusb-tests/descriptors/test1/test1.c#4 (text+ko) ====

@@ -26,7 +26,6 @@
 		fprintf(stderr, "libusb_init failed\n");
 		return (EXIT_FAILURE);
 	}
-	printf("debug %i\n", ctx->debug);
 
 	if ((ret = libusb_get_device_list(ctx, &devs_list)) < 0) {
 		fprintf(stderr,"libusb_get_device_list failed with 0x%x error code\n",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907151804.n6FI4GL9024653>