Documented the EXAMINE subcommands. Fixed up the examine test. Fixed a problem...
[pspp-builds.git] / src / examine.q
index 697176f3269f23cb6af8c2e9b67efc023896a823..044edaf1b0c9f44d25e83d931aa07ead5b89c1f1 100644 (file)
@@ -205,7 +205,7 @@ output_examine(void)
   struct factor *fctr;
 
   /* Show totals if appropriate */
-  if ( ! cmd.sbc_nototal )
+  if ( ! cmd.sbc_nototal || factors == 0 )
     {
       show_summary(dependent_vars, n_dependent_vars, 0);