[11606] in Athena Bugs

home help back first fref pref prev next nref lref last post

rt 7.4H: zwrite

daemon@ATHENA.MIT.EDU (Marc Horowitz)
Thu Jan 13 23:41:12 1994

To: bugs@MIT.EDU
Date: Thu, 13 Jan 94 23:41:05 EST
From: Marc Horowitz <marc@MIT.EDU>

System name:		steve-dallas
Type and version:	RTPC-ROMPC 7.4H (1 update(s) to same version)
Display type:		apa16

What were you trying to do?
	That's not important.  I screwed up, and uncovered a bug.

What's wrong:
	Either the documentation or code for -o is wrong.

What should have happened:
	if you do "zwrite -c sipb -o -i test -m foo", this should send
to <sipb,test,*>, but it sends to <message,test,*> instead.

	Ye argumente parsinge shoulde be ordere independente.

	In particular:

	case 'o':
	    class = DEFAULT_CLASS;
	    inst = DEFAULT_INSTANCE;
	    opcode = DEFAULT_OPCODE;
	case 'c':
	    if (arg == argc-1 || filsys == 1)
		usage(whoami);
	    arg++;
	    class = argv[arg];
	    filsys = -1;
	    break;

Please describe any relevant documentation references:
	[Please replace this line with your information.]

home help back first fref pref prev next nref lref last post