Activity for Sun Wei

  • Sun Wei Sun Wei posted a comment on discussion General Discussion

    Hi While reading the source code, I found an unnecessary plus operator in agent/bin/pgput/pgut.c line 348: tmp = pgut_malloc(strlen(value) + + 1); I think that "+ + 1" should be fixed to "+ 1". Would you fix it? Regards, Sun Wei

1