mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 15:40:21 +00:00
Fixed test_video_display()
Pass empty string instead of NULL.
This commit is contained in:
@@ -49,7 +49,7 @@ int test_video_display(void)
|
||||
|
||||
printf
|
||||
("Testing video hardware detection ......................................... ");
|
||||
if (initialize_video_display(NULL, "none", NULL, 0, NULL, &d) != 0) {
|
||||
if (initialize_video_display(NULL, "none", "", 0, NULL, &d) != 0) {
|
||||
printf("FAIL\n");
|
||||
printf(" Cannot intiialize dummy device\n");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user