[5907] in Athena Bugs
Saber msg: v3.0 beta (8/6/90 quicksilver decstation Ultrix 3.x 0 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Fri Aug 31 14:09:03 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Fri, 31 Aug 90 14:08:34 EDT
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
[are there release notes for saber v3 beta test so I don't report already-known
bugs?]
When using xsaber, and it wants to report a problem with a function declared across
a line break, the highlight box goes around the wrong part.
example function prologue:
krb5_error_code
krb5_get_credentials(options, ccache, creds)
const krb5_flags options;
krb5_ccache ccache;
krb5_creds *creds;
{
when an error occurs here, only the 'krb5_error_code' is boxed, not the following
line.