Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening Linux sessions on Windows machines #94

Open
Shrediquette opened this issue Sep 20, 2023 · 0 comments
Open

Opening Linux sessions on Windows machines #94

Shrediquette opened this issue Sep 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Shrediquette
Copy link
Owner

yields an error, because the fileseperator is decided based on the CURRENT OS, not on the OS where the file was saved.
in sliderdisp:
if ispc==1 zeichen=strfind(filepath{j,1},'\'); else zeichen=strfind(filepath{j,1},'/'); end

Should not be using ispc, but look into the the variable filepath. Difficult to implement without access to Linux.

@Shrediquette Shrediquette self-assigned this Sep 20, 2023
@Shrediquette Shrediquette added the bug Something isn't working label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant