aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/subdev_spec_c_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/subdev_spec_c_test.c')
-rw-r--r--host/tests/subdev_spec_c_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/host/tests/subdev_spec_c_test.c b/host/tests/subdev_spec_c_test.c
index 7663ba357..f69b825a8 100644
--- a/host/tests/subdev_spec_c_test.c
+++ b/host/tests/subdev_spec_c_test.c
@@ -1,5 +1,5 @@
//
-// Copyright 2015 Ettus Research LLC
+// Copyright 2015-2016 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -71,7 +71,8 @@ int main(){
uhd_subdev_spec_size(subdev_spec2, &size2)
)
if(size1 != size2){
- printf("%s:%d: Sizes do not match. %lu vs. %lu\n", __FILE__, __LINE__, size1, size2);
+ printf("%s:%d: Sizes do not match. %lu vs. %lu\n", __FILE__, __LINE__,
+ (unsigned long)size1, (unsigned long)size2);
return_code = EXIT_FAILURE;
goto free_subdev_spec2;
}