patches/at-poke-01-crash.diff
changeset 7078 ef4b06a493e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/at-poke-01-crash.diff	Tue Apr 18 08:13:55 2006 +0000
@@ -0,0 +1,11 @@
+--- /usr/tmp/clean/at-poke-0.2.3/src/main.c	Thu May 26 15:07:14 2005
++++ at-poke-0.2.3/src/main.c	Tue Apr 18 08:53:18 2006
+@@ -577,7 +577,7 @@
+ 		target_display_env = g_strdup_printf ("DISPLAY=%s",target_display);
+ 		putenv (target_display_env);
+ 	}
+-	g_warning ("initial '%s' target '%s'", initial_display, target_display);
++	g_warning ("initial '%s' target '%s'", initial_display, target_display ? target_display : "NULL");
+ 
+ 	init_error = SPI_init ();
+ 	if (init_error) {