PERFORCE change 166145 for review

Sylvestre Gallon syl at FreeBSD.org
Wed Jul 15 18:04:17 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166145

Change 166145 by syl at 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",


More information about the p4-projects mailing list