mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tryu harder to ignore duplicate specified keyrings and -boxes.
Documentation updates.
This commit is contained in:
parent
698ba5ae3c
commit
503f91e0ae
14 changed files with 137 additions and 16 deletions
|
@ -338,11 +338,14 @@ make_filename( const char *first_part, ... )
|
|||
}
|
||||
|
||||
|
||||
/* Compare whether the filenames are identical. This is a
|
||||
specialversion of strcmp() taking the semantics of filenames in
|
||||
account. Note that this function works only on the supplied names
|
||||
without considereing any context like the current directory. See
|
||||
also same_file_p(). */
|
||||
int
|
||||
compare_filenames (const char *a, const char *b)
|
||||
{
|
||||
/* ? check whether this is an absolute filename and resolve
|
||||
symlinks? */
|
||||
#ifdef HAVE_DRIVE_LETTERS
|
||||
for ( ; *a && *b; a++, b++ )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue