Ignore:
Timestamp:
04/12/14 12:37:36 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_str2usec()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/filter-slfi-random.c

    r6005 r6007  
    100100 
    101101  if ( !strcmp(kv->key, "time-max") ) { 
    102    time_max = atoi(kv->value); 
     102   time_max = roar_str2usec(kv->value); 
    103103   if ( time_max < 0 ) 
    104104    time_max = 2000000L; 
Note: See TracChangeset for help on using the changeset viewer.