aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-03 10:00:09 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-03 10:00:09 -0600
commit2a2f521691dc72d64b3d437e8c9abe3320196fdc (patch)
tree640e92df0041e4e51472b1134d99688e1f8a5bde
parenthelp (diff)
downloadcsci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar.gz
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar.bz2
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar.lz
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar.xz
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.tar.zst
csci4061-2a2f521691dc72d64b3d437e8c9abe3320196fdc.zip
h
-rw-r--r--P2/lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index 7cc4d7c..d98f30d 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -27,7 +27,7 @@ char *getChunkData(int mapperID) {
return NULL;
char* value = message.msgText;
// printf("%s\n", message.msgText);
- // printf("%s\n", value);
+ printf("%s\n", value);
return value;
//return &(message.msgText);
}