am7xxx-play: output more informative message when get_x_screen_size() is a stub
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:02:21 +0000 (19:02 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:02:21 +0000 (19:02 +0200)
examples/am7xxx-play.c

index 6b0d206..4b9565c 100644 (file)
@@ -548,7 +548,7 @@ static char *get_x_screen_size(const char *input_path)
 static char *get_x_screen_size(const char *input_path)
 {
        (void) input_path;
-       fprintf(stderr, "%s: fallback implementation\n", __func__);
+       fprintf(stderr, "%s: fallback implementation, assuming a vga screen\n", __func__);
        return strdup("vga");
 }
 #endif