~mordred/libmemcached/merge-vs-work

« back to all changes in this revision

Viewing changes to clients/memcp.c

  • Committer: Monty Taylor
  • Date: 2011-02-13 18:47:03 UTC
  • Revision ID: mordred@inaugust.com-20110213184703-usxdc2h4do3bnxhx
Build for Visual Studio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
    (void)fstat(fd, &sbuf);
140
140
 
141
 
    ptr= rindex(argv[optind], '/');
 
141
    ptr= strrchr(argv[optind], '/');
142
142
    if (ptr)
143
143
      ptr++;
144
144
    else