diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 20:05:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 20:05:37 +0100 |
| commit | 6c898ad82994fcaa7fe64cfe10774994a4587ca7 (patch) | |
| tree | 6a0f660db46ff2576a3ece6106a9eb2fcdca00bb /src/main_windows.cpp | |
| parent | 69ab71a50010a0442bcb94bc810f5bda5166c63c (diff) | |
show all files when no search query given
Diffstat (limited to 'src/main_windows.cpp')
| -rw-r--r-- | src/main_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_windows.cpp b/src/main_windows.cpp index 229a055..5f6e1e9 100644 --- a/src/main_windows.cpp +++ b/src/main_windows.cpp @@ -224,7 +224,7 @@ ts_file_content ts_platform_read_file(char *path, const char *mode) else { result.file_error = FILE_ERROR_GENERIC; - printf("ERROR: %d\n", errno); + printf("ERROR: %d %s\n", errno, path); } goto done_failure; |
