Skip to content
  • Nick Mathewson's avatar
    Change the type of "download schedule" from smartlist to int. · 2d7b5c6f
    Nick Mathewson authored
    This is done as follows:
      * Only one function (find_dl_schedule()) actually returned a
        smartlist. Now it returns an int.
    
      * The CSV_INTERVAL type has been altered to ignore everything
        after the first comma, and to store the value before the first
        comma in an int.
    2d7b5c6f