Open hohle opened 1 month ago
Replaces the string specifier (%s) with the char specifier (%c) to fix a segfault when an invalid option was selected.
%s
%c
Also adds src/main.c as a dependency of the ps3mca-ps1 target so that make will rebuild when the source has changed.
src/main.c
ps3mca-ps1
make
Thanks for contribution, I will test it in the next week and then merge it, thankyou.
Replaces the string specifier (
%s
) with the char specifier (%c
) to fix a segfault when an invalid option was selected.Also adds
src/main.c
as a dependency of theps3mca-ps1
target so thatmake
will rebuild when the source has changed.