Craft icon indicating copy to clipboard operation
Craft copied to clipboard

code inconsistency that do not bother gcc :)

Open tothpaul opened this issue 8 years ago • 1 comments

https://github.com/fogleman/Craft/search?q=db_worker_start

tothpaul avatar Nov 02 '17 08:11 tothpaul

Hmm, the argument gets passed on as arg to db_worker_run() but then isn't used at all.

IMO the function can be safely changed to db_worker_start(void).

ghost avatar Aug 26 '18 22:08 ghost