diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-03 10:00:09 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-03 10:00:09 -0600 |
commit | 2a2f521691dc72d64b3d437e8c9abe3320196fdc (patch) | |
tree | 640e92df0041e4e51472b1134d99688e1f8a5bde /P2 | |
parent | help (diff) | |
download | csci4061-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
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 2 |
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); } |