-
Brandon Rodriguez authored
For some reason, realloc breaks pointer references and segfaults program. Currently avoiding all instances of realloc. Data is clearly read in and saved to struct, however, only date seems to actually save long term. No idea why, as, so far as I can tell, I'm allocating memory properly...? Nothing should be overridden by future values, and yet they appear to be anyway. Hottttttnnesssss is not implemented.
Brandon Rodriguez authoredFor some reason, realloc breaks pointer references and segfaults program. Currently avoiding all instances of realloc. Data is clearly read in and saved to struct, however, only date seems to actually save long term. No idea why, as, so far as I can tell, I'm allocating memory properly...? Nothing should be overridden by future values, and yet they appear to be anyway. Hottttttnnesssss is not implemented.
Loading