JonahPearce / DesktopUtilityManager

0 stars 0 forks source link

Pointer for struct array not working -File Manager/Schedule Manager #15

Closed JonathanDenoon closed 3 years ago

JonahPearce commented 3 years ago

The return function for the Integration between the file manager and schedule manager was returning a broken Schedule pointer because with pointers you do not do a return, instead, you just include the pointer in the file and because its a pointer it points to the data in memory and updates the data automatically so there is no need for the return. Removing the return fixed the issue.