Comment 3 for bug 1109119

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Impossible, for one all the calls to this function use a defined int, which is 30, and there is:

  g_return_val_if_fail (rate != 0, NULL);

at the top of function which will return if it is ever 0.