X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgpinvoke.c;h=10878d30a0558581dfa15572ccb25a9191300d80;hb=33d7570d66fa131d801880a7786c8303cd867aaf;hp=551024a56e5f6ed5ab9500d2546fa8c0a82ecf5b;hpb=f2ff91d8b7627e22af9715d384b6f9e9e802a39e;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpinvoke.c b/lib-crypt/pgpinvoke.c index 551024a..10878d3 100644 --- a/lib-crypt/pgpinvoke.c +++ b/lib-crypt/pgpinvoke.c @@ -231,7 +231,7 @@ pid_t pgp_invoke_traditional (FILE ** pgpin, FILE ** pgpout, FILE ** pgperr, void pgp_invoke_import (const char *fname) { - char _fname[_POSIX_PATH_MAX + SHORT_STRING]; + char _fname[_POSIX_PATH_MAX + STRING]; char cmd[HUGE_STRING]; struct pgp_command_context cctx;