FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
755 stars 188 forks source link

Fixed the missing character in dirname #214

Closed zhaog6 closed 2 years ago

zhaog6 commented 2 years ago

The directory name miss a character. For example, using the original shell file, the return value of the dirname is /home/zhaog6/tes when the edp file to edit is in /home/zhaog6/test. The wrong occur on line 219 in shell.cpp.

The PR fixs right side of substring of path because substr is closed on the left side and open on the right side.

prj- commented 2 years ago

Could you please explain what was wrong before and what does this fix? Thanks for your contribution.

zhaog6 commented 2 years ago

Could you please explain what was wrong before and what does this fix? Thanks for your contribution.

Updated in comment.