~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to docs/examples/chkspeed.c

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        } else if (strncasecmp(*argv, "-T", 2) == 0) {
72
72
          prttime = 1;
73
73
        } else if (strncasecmp(*argv, "-M=", 3) == 0) {
74
 
          long m = strtol(argv+3, NULL, 10);
 
74
          long m = strtol((*argv)+3, NULL, 10);
75
75
          switch(m) {
76
76
            case   1: url = URL_1M;
77
77
                      break;