Files
serenity/Userland/Libraries/LibCore/ArgsParser.cpp
Ali Mohammad Pur 83cb73a045 LibCore: Don't assume ArgsParser arguments are non-empty
This was fine before as the last entry was a null string (which could be
printed), but we no longer use C-style sentinel-terminated arrays for
arguments.
2023-03-31 06:55:46 +02:00

25 KiB