Explorar el Código

fixed warning

Nicolas Cannasse hace 6 años
padre
commit
ce2800c395
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/std/track.c

+ 1 - 1
src/std/track.c

@@ -257,7 +257,7 @@ HL_PRIM int hl_track_entry( int id, hl_type **t, int *count, int *info, varray *
 	*info = b->info;
 	*info = b->info;
 	stack->size = b->stack_count;
 	stack->size = b->stack_count;
 	memcpy(hl_aptr(stack,void*), b->stack, b->stack_count * sizeof(void*));
 	memcpy(hl_aptr(stack,void*), b->stack, b->stack_count * sizeof(void*));
-	return (cur - all_data);
+	return (int)(cur - all_data);
 }
 }
 
 
 HL_PRIM int hl_track_get_bits( bool thread ) {
 HL_PRIM int hl_track_get_bits( bool thread ) {