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

Commit ee834164 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Command line display now includes name of program"

parents adc2f3a0 393d4d20
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");