Skip to content

[BUG] Virtual argument's virtual path is case-sensitive #130

Description

@Coryf88

Describe the bug
--virtual's virtual path is case-sensitive

To Reproduce

  1. Create file test.cpp, containing #include "\A3\3den\ui\macros.inc"
  2. Execute sqfvm.exe --parse-only --virtual "P:\a3|a3" --input-config test.cpp
  3. See error Failed to include '\A3\3den\ui\macros.inc'
  4. Execute sqfvm.exe --parse-only --virtual "P:\a3|A3" --input-config test.cpp
  5. Notice no error.

Expected behavior
Virtual path to be case-insensitive.

Screenshots
N/A

Additional context
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugError, flaw, failure or fault that causes to produce an incorrect result or crashhelp wanted

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions