diff src/list.c @ 102:dbf1b926c2f1

Made listings off be default
author lost
date Fri, 23 Jan 2009 04:42:39 +0000
parents 9fa4f77dd119
children
line wrap: on
line diff
--- a/src/list.c	Fri Jan 23 03:36:27 2009 +0000
+++ b/src/list.c	Fri Jan 23 04:42:39 2009 +0000
@@ -52,6 +52,8 @@
 	int c, c3;
 	char *p;
 	
+	if (!as -> listfile)
+		return;
 	if (as -> listfile[0] == '-' && as -> listfile[1] == '\0')
 		lf = stdout;
 	else