Changes in commands.c [7803326:2dd9c48]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r7803326 r2dd9c48 1985 1985 } 1986 1986 /* check for a zwrite -m */ 1987 z = owl_zwrite_new( buff);1987 z = owl_zwrite_new(argc, argv); 1988 1988 if (!z) { 1989 1989 owl_function_error("Error in zwrite arguments");
Note: See TracChangeset
for help on using the changeset viewer.