diff options
Diffstat (limited to 'src/hardcopy.c')
-rw-r--r-- | src/hardcopy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hardcopy.c b/src/hardcopy.c index 0d3715a8a7..fcbcedba37 100644 --- a/src/hardcopy.c +++ b/src/hardcopy.c @@ -1596,8 +1596,6 @@ static int prt_find_resource(char *name, struct prt_ps_resource_S *resource) int retval; buffer = alloc(MAXPATHL + 1); - if (buffer == NULL) - return FALSE; vim_strncpy(resource->name, (char_u *)name, 63); /* Look for named resource file in runtimepath */ |