pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/plot-chart.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/plot-chart.c
Date: Mon, 14 Feb 2005 07:36:05 -0500

Index: pspp/src/plot-chart.c
diff -u pspp/src/plot-chart.c:1.2 pspp/src/plot-chart.c:1.3
--- pspp/src/plot-chart.c:1.2   Fri Jan 14 04:05:47 2005
+++ pspp/src/plot-chart.c       Mon Feb 14 12:36:01 2005
@@ -188,7 +188,8 @@
 {
   struct som_entity s;
 
-  assert(chart);
+  if ( ! chart ) 
+     return ;
 
   pl_restorestate_r(chart->lp);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]