was cleaning up my code before uploading it and didnt test it oops

This commit is contained in:
kirreen 2023-12-03 17:34:24 +01:00
parent 639ef038b2
commit 16b99e9837
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -42,6 +42,7 @@ int main ()
// not neccesary to decide length when we know amount of ';'?
// length = strchr(row, '\n') - &row[0];
// change each ; to \0
ptr = row;
while(ptr = strchr(ptr, ';')) {
ptr[0] = '\0';
gameHands++;