miikka75

Results 5 comments of miikka75

**test_types.h** ```c #pragma once typedef struct mystruct_t myhandle; ``` **test.h** ```c #pragma once #include "test_types.h" myhandle* create_myhandle(); int use_myhandle(myhandle *handle); int delete_myhandle(myhandle *handle); ``` **test2.h** ```c #pragma once #include "test_types.h"...

Patch does something when `target_junk` contains a string. In this case it contains `/mnt` and in the first iteration the loop incorrectly adds ID of root (full path with `/mnt`)....

I created a pull request with IAMSDR's patch which fixes login issues for me.

I noticed also that uploading files or mkdir folder to root (/) folder doesn't work but works for other folders - for example Web folder

This worked for me to fix 429 error in login. I just rebased @IAMSDR fork on top of latest master code line.