Revision 2164 libsylph/procheader.c
| procheader.c (revision 2164) | ||
|---|---|---|
| 214 | 214 |
GSList *hlist; |
| 215 | 215 |
|
| 216 | 216 |
if ((fp = g_fopen(file, "rb")) == NULL) {
|
| 217 |
FILE_OP_ERROR(file, "fopen"); |
|
| 217 |
FILE_OP_ERROR(file, "procheader_get_header_list_from_file: fopen");
|
|
| 218 | 218 |
return NULL; |
| 219 | 219 |
} |
| 220 | 220 |
|
| ... | ... | |
| 531 | 531 |
return NULL; |
| 532 | 532 |
|
| 533 | 533 |
if ((fp = g_fopen(file, "rb")) == NULL) {
|
| 534 |
FILE_OP_ERROR(file, "fopen"); |
|
| 534 |
FILE_OP_ERROR(file, "procheader_parse_file: fopen");
|
|
| 535 | 535 |
return NULL; |
| 536 | 536 |
} |
| 537 | 537 |
|
Also available in: Unified diff