From 2459c3f1eca0463f689d671c7db0b54ca99665f6 Mon Sep 17 00:00:00 2001 From: Shivam Chaudhary Date: Sat, 4 Feb 2023 14:50:25 +0100 Subject: [PATCH] Correct the path of file CustomerData.txt --- src/_file_information.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_file_information.h b/src/_file_information.h index 1cb5200..22c8af6 100644 --- a/src/_file_information.h +++ b/src/_file_information.h @@ -1,2 +1,2 @@ #define MAX_LENGTH 100 -#define CUSTOMER_DATA_FILE "CustomerData.txt" \ No newline at end of file +#define CUSTOMER_DATA_FILE "src/CustomerData.txt" \ No newline at end of file