diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-02 08:15:01 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-02 08:15:01 -0600 |
commit | b9da6364d5c9c7b546dc8ddd961707197cee4b2d (patch) | |
tree | c0e92d4e982dfd4051c0be6ac4683e581dd7cba2 /P2/lib | |
parent | Add a thing or twelve (diff) | |
download | csci4061-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 'P2/lib')
-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 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 |