diff libaf/af.c @ 7998:d48a06d07afb

Adding commandline options for filters and fixing stupid bug in cfg
author anders
date Thu, 31 Oct 2002 11:06:19 +0000
parents ea0680d87f3f
children c0e556f9986b
line wrap: on
line diff
--- a/libaf/af.c	Thu Oct 31 11:01:40 2002 +0000
+++ b/libaf/af.c	Thu Oct 31 11:06:19 2002 +0000
@@ -63,6 +63,7 @@
 {
   char* cmdline = name;
   char* delim   = "=";
+
   // Allocate space for the new filter and reset all pointers
   af_instance_t* new=malloc(sizeof(af_instance_t));
   if(!new){