aboutsummaryrefslogtreecommitdiffstats
path: root/P1/src
diff options
context:
space:
mode:
Diffstat (limited to 'P1/src')
-rw-r--r--P1/src/mapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P1/src/mapper.c b/P1/src/mapper.c
index dfb6d22..87a95ad 100644
--- a/P1/src/mapper.c
+++ b/P1/src/mapper.c
@@ -105,7 +105,7 @@ void writeIntermediateDS() {
while(tempNode != NULL) {
// Get string of 1's associated with the word
char ones[100];
- tempNode2 = tempNode2 -> value;
+ // tempNode2 = tempNode2 -> value;
while(tempNode2 != NULL) {
printf("This loop is being run\n");
strcat(ones, "1 ");