mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Change mode string variable declaration
Merge of master-melb:xfs-cmds:32533a by kenmcd. Change mode string variable declaration
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ main(int argc, char **argv)
|
||||
time(&timebuf);
|
||||
|
||||
for (i = optind; i < argc; i++) {
|
||||
char *mode = "----------";
|
||||
char mode[] = "----------";
|
||||
|
||||
if( lstat64(argv[i], &sbuf) < 0) {
|
||||
perror(argv[i]);
|
||||
|
||||
Reference in New Issue
Block a user