1 --- /usr/tmp/clean/at-poke-0.2.3/src/main.c Thu May 26 15:07:14 2005 2 +++ at-poke-0.2.3/src/main.c Tue Apr 18 08:53:18 2006 3 @@ -577,7 +577,7 @@ 4 target_display_env = g_strdup_printf ("DISPLAY=%s",target_display); 5 putenv (target_display_env); 6 } 7 - g_warning ("initial '%s' target '%s'", initial_display, target_display); 8 + g_warning ("initial '%s' target '%s'", initial_display, target_display ? target_display : "NULL"); 9 10 init_error = SPI_init (); 11 if (init_error) { 12