-/* $Id: mdocml.c,v 1.13 2008/11/27 17:27:50 kristaps Exp $ */
+/* $Id: mdocml.c,v 1.14 2008/11/28 11:21:12 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
if (1 == argc)
in = *argv++;
- args.type = MD_DUMMY;
-
return(begin_io(&args, out ? out : "-", in ? in : "-"));
}