-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MC...again #535
MC...again #535
Conversation
@J013k if you don’t mind just checking to make sure it’s not writing the icon every time? Just in case the read only call needs to be openFile also.. maybe we can change the name of this function to be mcOpenFile or something if it needs to be used in all mc operations..? |
The only way I can check if the icon for OPL is not being written over and over again... As for tests.
I can edit this post and make more tests after a few hours... |
Seems fine mostly, thanks for test
Can you check if this happens in 1.0.0 also please?
sorry I’m not sure what you mean here? |
Thank you for explanation, all good it made perfect sense.. sorry I thought they were two different points which is why I quoted separately. Cheers mate |
Thanks for fixing and testing. Merging. |
Pull Request checklist
Note: these are not necessarily requirements
Pull Request description
Fixes #527
ok that took way too long to notice.. in checkFile we were checking ret value of mkdir and upon success.. not continuing to call open, and for some reason.. writing the icons only works with openFile (its not setting permissions
0666
because I noticed and tried that also).. but this now works.. and @J013k s "weird thing" is fixed also :)