Oops, don't edit a file when your checkin hasn't finished
This commit is contained in:
parent
1a49497348
commit
19f5d8f164
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ mod_path (dirname, which_path)
|
||||||
fprintf_unfiltered (gdb_stderr, "Warning: ");
|
fprintf_unfiltered (gdb_stderr, "Warning: ");
|
||||||
print_sys_errmsg (name, save_errno);
|
print_sys_errmsg (name, save_errno);
|
||||||
}
|
}
|
||||||
else if (!S_ISDIR(st.st_mode))
|
else if ((st.st_mode & S_IFMT) != S_IFDIR)
|
||||||
warning ("%s is not a directory.", name);
|
warning ("%s is not a directory.", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue