this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

logging comment

alice ffbe5936 72ccc175

+1 -1
+1 -1
src/ext/fft.c
··· 84 84 { 85 85 bCreated = FALSE; 86 86 ma_context_config context_config = ma_context_config_init(); 87 - // context_config.logCallback = OnLog; 87 + // context_config.pLog = OnLog; 88 88 context_config.pLog = NULL; 89 89 ma_result result = ma_context_init(NULL, 0, &context_config, &context); 90 90 if (result != MA_SUCCESS)