Explorar el Código

Merge branch 'maint-0.3.2'

Nick Mathewson hace 6 años
padre
commit
02a4c641da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/scheduler.c

+ 1 - 1
src/or/scheduler.c

@@ -687,7 +687,7 @@ scheduler_bug_occurred(const channel_t *chan)
                  chan->global_identifier,
                  channel_state_to_string(chan->state),
                  chan->scheduler_state, circuitmux_num_cells(chan->cmux),
-                 outbuf_len);
+                 (unsigned long)outbuf_len);
   }
 
   {