typo in paths.h
Started by Cary Huangabout 2 years ago2 messageshackers
Hello
I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The function is implemented in tidpath.c, not tidpath.h as stated, which does not exist.
Made a small patch to correct it.
Thank you
Cary Huang
-------------
HighGo Software Inc. (Canada)
mailto:cary.huang@highgo.ca
Attachments:
correct_source_filename.patchapplication/octet-stream; name=correct_source_filename.patchDownload+1-1
Import Notes
Reply to msg id not found:
Re: typo in paths.h
On Wed, 13 Mar 2024 at 07:58, Cary Huang <cary.huang@highgo.ca> wrote:
I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The function is implemented in tidpath.c, not tidpath.h as stated, which does not exist.
Thank you. Pushed.
David