~tokyocabinet/tokyocabinet/c99-posix-trunk

« back to all changes in this revision

Viewing changes to tcbmgr.c

  • Committer: Baptiste Lepilleur
  • Date: 2009-07-30 19:32:28 UTC
  • Revision ID: blep@users.sourceforge.net-20090730193228-68fdik1yihz6li9s
Tags: tokyocabinet-1.4.28
releaseĀ 1.4.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
975
975
      continue;
976
976
    }
977
977
    *pv = '\0';
978
 
    if(sc) tcstrtolower(line);
 
978
    if(sc) tcstrutfnorm(line, TCUNSPACE | TCUNLOWER | TCUNNOACC | TCUNWIDTH);
979
979
    if(!tcbdbputdup2(bdb, line, pv + 1)){
980
980
      printerr(bdb);
981
981
      err = true;