~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/feature-server_timeout

« back to all changes in this revision

Viewing changes to libtest/cmdline.cc

  • Committer: Brian Aker
  • Date: 2013-11-04 11:17:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1172.
  • Revision ID: brian@tangent.org-20131104111745-8qgb5qej04649xxc
Cleanup for OSX 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
         iter != built_argv.end();
80
80
         ++iter)
81
81
    {
82
 
      arg_buffer << *iter << " ";
 
82
      if (*iter)
 
83
      {
 
84
        arg_buffer << *iter << " ";
 
85
      }
83
86
    }
84
87
 
85
88
    return arg_buffer.str();