~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to applets/usage_pod.c

  • Committer: mmach
  • Date: 2022-08-22 15:28:31 UTC
  • Revision ID: netbit73@gmail.com-20220822152831-vrsxgw6c75b03ujx
1.35.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                } else {
72
72
                        printf(", ");
73
73
                }
74
 
                printf(usage_array[i].aname);
 
74
                printf("%s", usage_array[i].aname);
75
75
                col += len2;
76
76
        }
77
77
        printf("\n\n");