diff options
Diffstat (limited to 'host/tests/string_vector_c_test.c')
-rw-r--r-- | host/tests/string_vector_c_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/tests/string_vector_c_test.c b/host/tests/string_vector_c_test.c index fe055fd91..f7f2f7b69 100644 --- a/host/tests/string_vector_c_test.c +++ b/host/tests/string_vector_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 @@ -60,7 +60,7 @@ int main(){ if(size != 2){ return_code = EXIT_FAILURE; fprintf(stderr, "%s:%d: Invalid size: %lu vs. 2", - __FILE__, __LINE__,size); + __FILE__, __LINE__, (unsigned long)size); goto free_string_vector; } |