From 6c898ad82994fcaa7fe64cfe10774994a4587ca7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 4 Mar 2024 20:05:37 +0100 Subject: show all files when no search query given --- src/main_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main_windows.cpp') 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; -- cgit v1.2.3-70-g09d2