diff src/variables.cc @ 1808:72b1c55692a2

[project @ 1996-01-29 07:08:33 by jwe]
author jwe
date Mon, 29 Jan 1996 07:10:45 +0000
parents d9aaa9aaa1c0
children effa9400766f
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1161,7 +1161,7 @@
       if (symbols.length () > 0 && count > 0)
 	{
 	  output_buf << "\n" << header << "\n\n";
-	  list_in_columns (output_buf, symbols);
+	  symbols.list_in_columns (output_buf);
 	  status = 1;
 	}
     }