From ab39b848fe49091a57343dab45667ad8180f0ede Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 4 Oct 2020 14:46:04 -0500 Subject: Do --- P1/src/mapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P1') 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 "); -- cgit v1.2.3