summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-02-21 00:24:18 +0000
committerPete Batard <pete@akeo.ie>2013-02-22 00:49:29 +0000
commit76eecc6ce11d1bedee369859899901037dcd4cc2 (patch)
treec5362b1616f4c54126539fcaa5b67b20f4264ffc /libusb
parent4a924eb1c4a302426efdde7196b299e045f4ff96 (diff)
downloadlibusb-76eecc6ce11d1bedee369859899901037dcd4cc2.tar.gz
Tests: Simplify stdout redirection and fix Windows assertion error on cleanup
* cleanup_test_output() produced an assertion error when compiled with MSVC due to closing ctx->output_file * set ctx->output_file to stdout by default
Diffstat (limited to 'libusb')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 62b3532..4d6f906 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10617
+#define LIBUSB_NANO 10618