[1740] in Moira
Re: regapplet fix
daemon@ATHENA.MIT.EDU (Robert A Basch)
Sat Feb 3 17:49:47 2001
Message-Id: <200102032249.RAA115038@aupair.mit.edu>
To: Garry Zacheiss <zacheiss@MIT.EDU>
cc: moiradev@MIT.EDU
In-Reply-To: Your message of "Fri, 02 Feb 2001 17:07:10 EST."
<200102022207.RAA14066@hodge-podge.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Sat, 03 Feb 2001 17:49:43 -0500
From: Robert A Basch <rbasch@MIT.EDU>
> + // for (int i = 0; i < data.length; i++)
> + // if (data[i] == ':') data[i] = 0;
Did you intend to leave these lines as comments? I'd nuke them, or at
least add a comment as to why they were removed.
Looks OK otherwise.
Bob