src/main.c aktualisiert

This commit is contained in:
Mario Stöckl 2025-09-07 17:53:59 +00:00
parent 2df49d7860
commit b23400773a

View File

@ -1111,9 +1111,6 @@ int main(int argc, char* argv[]){
int flag_showpreview =0;
allocate_initial_memory();
for (int i=1; i<argc; i++){
if (i==0){
continue;
}
if (starts_with(argv[i], "-i")){
if (!starts_with(argv[i+1], "-")&& i+1<argc){
input_path = argv[i+1];