Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 393d4d20 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Command line display now includes name of program

Change-Id: I0d20924c3b3de24d88f7524693dc997231e92023
parent 6506d190
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ int main(int argc, char** argv)
    // generate the right half of the filter
    if (!debug) {
        printf("// cmd-line: ");
        for (int i=1 ; i<argc ; i++) {
        for (int i=0 ; i<argc ; i++) {
            printf("%s ", argv[i]);
        }
        printf("\n");