Report from andrew clarke, 3:633/267@fidonet (05 Nov
02 21:46)
@MSGID: 3:633/285.4@fidonet 3db833ab
@TZUTC: 1000
@REPLY: 3:633/285.4@fidonet 3db82ee2
Thu 2002-10-24 17:35, andrew clarke (3:633/285.4)
wrote to All:
>> * Crossposted in area aust_c_here,
AUST_AVTECH, MSGED_ECHO,
>> PUBLIC_DOMAIN
> Hmm! Msged seems to uppercase the other
echonames even though they're
> lowercase in my fidoconfig file. Bug? ;-)
I assumed it was, so I changed line 2126 of
makemsgn.c from
arean[num] = xstrdup(strupr(s));
to
arean[num] = xstrdup(s);
Also, there's another crossposting display bug, where if
you crosspost to an
empty area and go back to the area list, the
Msgs/New/Last totals continue to
show 0, 0, 0. I'm not sure whether they actually
increment in non-empty areas
either.
Compiling Msged (cvs_date=17-07-02) with Borland C++
5.5.1 is broken at the
moment. I got it to compile with OpenWatcom C++ but
the Watcom debugger makes
me want to hit things. I prefer Turbo Debugger or the
Borland C++ Builder IDE.
Or even Cygwin's gdb.
(Using make -f makefile.bcw)
bcc32 -O2 -w -WC -I.. -D__NT__ -DWINNT -
DUSE_MSGAPI -I..\smapi
-c dirute.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000
Borland
dirute.c:
Warning W8071 dirute.c 358: Conversion may lose
significant digits in
function dir_findfirst
Warning W8071 dirute.c 372: Conversion may lose
significant digits in
function dir_findnext
Error E2139 e:\devel\bcc55\include\prsht.h 143:
Declaration missing ;
Error E2139 e:\devel\bcc55\include\prsht.h 153:
Declaration missing ;
...
Regards
Andrew
---------- Forwarded message ----------
@MSGID: 3:633/285.4@fidonet 3db8340c
@TZUTC: 1000
@REPLY: 3:633/285.4@fidonet 3db82ee2
Thu 2002-10-24 17:41, andrew clarke (3:633/285.4)
wrote to All:
> Also, there's another crossposting display bug, where
if you crosspost
> to an empty area and go back to the area list, the
Msgs/New/Last totals
> continue to show 0, 0, 0. I'm not sure whether they
actually increment
> in non-empty areas either.
... they don't. Not here anyway.
-- mail@ozzmosis.com
This is quite old; will need to verify if the issue is still present and/or has already been resolved.