mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed a typo and W32 support for the latest CVS changes.
This commit is contained in:
parent
eab333733c
commit
8c35c19e43
9 changed files with 32 additions and 2 deletions
|
@ -341,6 +341,7 @@ openpgp_md_test_algo( int algo )
|
|||
int
|
||||
check_permissions(const char *path,int checkonly)
|
||||
{
|
||||
#ifndef HAVE_DOSISH_SYSTEM
|
||||
#ifdef HAVE_STAT
|
||||
struct stat statbuf;
|
||||
int isdir=0;
|
||||
|
@ -392,6 +393,7 @@ check_permissions(const char *path,int checkonly)
|
|||
return 1;
|
||||
}
|
||||
#endif
|
||||
#endif /*!HAVE_DOSISH_SYSTEM*/
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue