Skip to content

Commit

Permalink
Improve path processing, support v0 distros. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoSolitary committed Jun 19, 2019
1 parent 22702a0 commit c773b86
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 252 deletions.
1 change: 1 addition & 0 deletions LxRunOffline/error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const wstr msg_table[] = {
L"Environment variable \"%1%\" not found.",
L"Error occurred while processing the config file: %1%",
L"Filesystem version %1% is not recognized.",
L"Failed to detect filesystem version of the directory \"%1%\".",
L"Installing to the root directory \"%1%\" is known to cause issues."
};

Expand Down
1 change: 1 addition & 0 deletions LxRunOffline/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enum err_msg {
err_env_not_found,
err_config_file,
err_fs_version,
err_fs_detect,
err_root_dir
};

Expand Down
Loading

0 comments on commit c773b86

Please sign in to comment.