diff options
author | Werner Koch <[email protected]> | 2007-06-14 17:05:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-14 17:05:07 +0000 |
commit | 0cfbfd6186c7b28a355069ebb89b9739908318c6 (patch) | |
tree | a1e2990f266ca151fc47f06d41f40bca743eea76 /sm/qualified.c | |
parent | Syntax fix - should build now - however not tested. (diff) | |
download | gnupg-0cfbfd6186c7b28a355069ebb89b9739908318c6.tar.gz gnupg-0cfbfd6186c7b28a355069ebb89b9739908318c6.zip |
A whole bunch of changes to allow building for Windows.
See the ChangeLogs for details.
Diffstat (limited to 'sm/qualified.c')
-rw-r--r-- | sm/qualified.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/qualified.c b/sm/qualified.c index 0eabeeba4..d6d31ae95 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -66,7 +66,7 @@ read_list (char *key, char *country, int *lnr) if (!listname) { - listname = make_filename (GNUPG_DATADIR, "qualified.txt", NULL); + listname = make_filename (gnupg_datadir (), "qualified.txt", NULL); listfp = fopen (listname, "r"); if (!listfp && errno != ENOENT) { |