aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--follow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/follow.c b/follow.c
index 4957485f90..5e56cec3a3 100644
--- a/follow.c
+++ b/follow.c
@@ -1,6 +1,6 @@
/* follow.c
*
- * $Id: follow.c,v 1.7 1999/06/23 20:09:58 gram Exp $
+ * $Id: follow.c,v 1.8 1999/06/25 02:57:42 gram Exp $
*
* Copyright 1998 Mike Hall <mlh@io.com>
*
@@ -195,7 +195,7 @@ check_fragments( int index ) {
if( prev ) {
prev->next = current->next;
} else {
- src[index] = GPOINTER_TO_INT(current->next);
+ src[index] = GPOINTER_TO_UINT(current->next);
}
free( current->data );
free( current );