[NeoStats-Devel] [Commits] r88 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: DNB
Date: Thu Jun 2 12:49:54 2005
New Revision: 88
Modified:
branches/3.0/TriviaServ.c
Log:
fix if statement
Modified: branches/3.0/TriviaServ.c
==============================================================================
--- branches/3.0/TriviaServ.c (original)
+++ branches/3.0/TriviaServ.c Thu Jun 2 12:49:54 2005
@@ -521,7 +521,7 @@
}
}
/* clear Network scores if needed */
- if (TriviaServ.resettype = cleartype)
+ if (TriviaServ.resettype == cleartype)
{
switch (cleartype)
{