Skip to content

Commit 713c609

Browse files
authored
Update binauraliser grid_weight calculation warning
1 parent 3dbaa11 commit 713c609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/binauraliser/binauraliser_internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void binauraliser_initHRTFsAndGainTables(void* const hBin)
244244
}
245245
}
246246
else{
247-
saf_print_warning("Too many grid points to calculate grid weights. i.e., we're not assuming that the HRTF measurement grid was uniform.");
247+
saf_print_warning("Too many grid points to calculate grid weights. Assuming that the HRTF measurement grid was uniform.");
248248
free(pData->weights);
249249
pData->weights = NULL;
250250
}

0 commit comments

Comments
 (0)