Commit e3d1ad67 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

r16139@tombo: nickm | 2008-06-10 15:25:23 -0400

 Small formatting fixes for geoip-stats file.


svn:r15104
parent 8d484b64
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -511,6 +511,8 @@ geoip_get_request_history(time_t now, geoip_client_action_t action)
      char buf[32];
      for (i=0; i < REQUEST_HIST_LEN; ++i)
        tot += n[i];
      if (!tot)
        continue;
      tor_snprintf(buf, sizeof(buf), "%s=%ld", c->countrycode, (long)tot);
      smartlist_add(entries, tor_strdup(buf));
  });