nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] Small bugfix


From: Anatoly Sennov
Subject: [Nel] Small bugfix
Date: Thu, 4 Oct 2001 19:19:49 +0400

Hello, it's really small :-)
 
Index: service.cpp
===================================================================
RCS file: e:/repositories/warfair/nel/src/net/service.cpp,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 service.cpp
742c742
<    ((CWinDisplayer *)wd)->update ();
---
>    cwd->update ();
 
========================
wd doesn't contain valid pointer at the time update() is called.
 
Order of service startup in /nelns/howto should be fixed: log_service looks for the time_service and quits when cannot find it, so time_service should be started _before_ the log_service.
 
PS. Not yet familiar with all code but am feeling it's a GOOD THING :-)
 
--AS

reply via email to

[Prev in Thread] Current Thread [Next in Thread]