Fixed: all possible malloc, sprintf and strcpy problems
[profile/ivi/dlt-daemon.git] / src / tests / dlt-test-user.c
index c5940f2..6d6045f 100755 (executable)
@@ -122,7 +122,7 @@ void usage()
 {
        char version[255];
 
-       dlt_get_version(version);
+       dlt_get_version(version,255);
 
        printf("Usage: dlt-test-user [options]\n");
        printf("Test user application providing several Tests.\n");