From f27fcf05383888d98d2553f678b79bb56f04e402 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 23 Nov 2008 19:04:11 +0000 Subject: Compile fix --- src/entropy/win32_stats/es_win32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entropy/win32_stats/es_win32.cpp') diff --git a/src/entropy/win32_stats/es_win32.cpp b/src/entropy/win32_stats/es_win32.cpp index 91e0a8eb8..31779bee8 100644 --- a/src/entropy/win32_stats/es_win32.cpp +++ b/src/entropy/win32_stats/es_win32.cpp @@ -55,7 +55,7 @@ u32bit Win32_EntropySource::slow_poll(byte buf[], u32bit length) { do { - buf_i = xor_into_buf(buf, buf_i, length, info, heap_list); + buf_i = xor_into_buf(buf, buf_i, length, heap_list); if(heap_lists_found++ > HEAP_LISTS_MAX) break; @@ -70,7 +70,7 @@ u32bit Win32_EntropySource::slow_poll(byte buf[], u32bit length) { if(heap_objs_found++ > HEAP_OBJS_PER_LIST) break; - buf_i = xor_into_buf(buf, buf_i, length, info, heap_entry); + buf_i = xor_into_buf(buf, buf_i, length, heap_entry); } while(Heap32Next(&heap_entry)); } } while(Heap32ListNext(snapshot, &heap_list)); -- cgit v1.2.3