[NeoStats-Devel] [Commits] r42 - trunk

[email protected] Wed, 17 Aug 2005 08:13:56 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Wed Aug 17 06:13:53 2005
New Revision: 42

Modified:
   trunk/seen.c
Log:
fix compilation

Modified: trunk/seen.c
==============================================================================
--- trunk/seen.c	(original)
+++ trunk/seen.c	Wed Aug 17 06:13:53 2005
@@ -108,10 +108,10 @@
 */
 int dbsavetimer(void *userptr) 
 {
-	SET_SEGV_LOCATION();
 	lnode_t *ln, *ln2;
 	SeenData *sd;
 	
+	SET_SEGV_LOCATION();
 	ln = list_last( seenlist );
 	while ( ln )
 	{