aboutsummaryrefslogtreecommitdiffstats
path: root/P2
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-02 08:15:01 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-02 08:15:01 -0600
commitb9da6364d5c9c7b546dc8ddd961707197cee4b2d (patch)
treec0e92d4e982dfd4051c0be6ac4683e581dd7cba2 /P2
parentAdd a thing or twelve (diff)
downloadcsci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar.gz
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar.bz2
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar.lz
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar.xz
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.tar.zst
csci4061-b9da6364d5c9c7b546dc8ddd961707197cee4b2d.zip
add ??
Diffstat (limited to '')
-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 c30f7e3..6f8dcc8 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -46,7 +46,7 @@ void sendChunkData(char *inputFile, int nMappers) {
Maybe copy message.msgText into a new array, do the
backwards iteration, and then replace message.msgText
with the temp array? Or something? */
- //fseek()
+ //fseek()??
// TODO! help