~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/memcached.cc

  • Committer: Brian Aker
  • Date: 2013-01-08 01:03:28 UTC
  • mto: (1136.1.1 1.0)
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: brian@tangent.org-20130108010328-vmzuzj9j753k3fdp
Update yatl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
 
215
215
  for (size_t x= 0 ; x < argc ; x++)
216
216
  {
 
217
    if (argv[x] == NULL)
 
218
    {
 
219
      break;
 
220
    }
 
221
 
217
222
    add_option(argv[x]);
218
223
  }
219
224