You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of max char array size in C, downloading very long fics causes segmentation fault.
Should change the code to not store the entire chapter/story in 1 char array.
Because of max char array size in C, downloading very long fics causes segmentation fault.
Should change the code to not store the entire chapter/story in 1 char array.