mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Ups, wrong position for that variable.
This commit is contained in:
parent
bb924c0038
commit
bc804cd917
@ -25,10 +25,10 @@
|
||||
#include "mm_io.h"
|
||||
#include "random.h"
|
||||
|
||||
#if defined(SYS_WINDOWS)
|
||||
|
||||
bool random_c::m_seeded = false;
|
||||
|
||||
#if defined(SYS_WINDOWS)
|
||||
|
||||
void
|
||||
random_c::generate_bytes(void *destination,
|
||||
int num_bytes) {
|
||||
|
Loading…
Reference in New Issue
Block a user