From cddeded58a6d5f9b63abcde486d1f038d7a0750c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 08:09:16 -0600 Subject: Help --- P2/lib/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'P2') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index c12b1c5..f2dc458 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -30,8 +30,8 @@ char *getChunkData(int mapperID) { } char* value = message.msgText; printf("%s\n", message.msgText); - // return value; - return &(message.msgText); + return value; + //return &(message.msgText); } // sends chunks of size 1024 to the mappers in RR fashion -- cgit v1.2.3