1104 |
void |
void |
1105 |
gnupg_display_error (void) |
gnupg_display_error (void) |
1106 |
{ |
{ |
1107 |
char tmpath[512], * errstr; |
char tmpath[512], *errstr; |
1108 |
size_t size = 0; |
size_t size = 0; |
1109 |
FILE * fp; |
FILE *fp; |
1110 |
|
|
1111 |
GetTempPath (sizeof tmpath - 32, (tmpath)); |
get_temp_name (tmpath, sizeof (tmpath), "gpg_stderr"); |
|
strcat (tmpath, "gpg_stderr"); |
|
1112 |
size = get_file_size (tmpath); |
size = get_file_size (tmpath); |
1113 |
if (file_exist_check (tmpath) || size <= 0) |
if (file_exist_check (tmpath) || size <= 0) |
1114 |
return; |
return; |