Activity for Mircea Felician David

  • Mircea Felician David Mircea Felician David posted a comment on ticket #4

    To fix this you have to change from old code: if ((p = strchr(str, '/')) == NULL) to new code: if ((p = (char*)strchr(str, '/')) == NULL)

1
MongoDB Logo MongoDB