From 1af7b5e654693a9bc474be1dec4885c9230fc2eb Mon Sep 17 00:00:00 2001
From: Bess <bakere1@student.unimelb.edu.au>
Date: Sun, 28 Mar 2021 17:15:40 +1100
Subject: [PATCH] buffProc -not for task4 test 2

---
 allocate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/allocate.c b/allocate.c
index f2b644d..5978b11 100644
--- a/allocate.c
+++ b/allocate.c
@@ -495,7 +495,7 @@ process *getNextProcess(FILE *f, llist *arrivals, process *readAhead) {
                     return llist_pop(arrivals);
                 }
                 initializeProcess(line,newProcess);
-                count +1;
+                count =+1;
             }
             llist_print(arrivals, (void (*)(void *)) &printQEntry);
 
-- 
GitLab