commit | 092ec8d083fedaedfb7792995e7ea42164553cff | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Fri Apr 26 13:46:22 2013 +0000 |
committer | cristy <[email protected]> | Fri Apr 26 13:46:22 2013 +0000 |
tree | aade1ddfba99cd019e8fea8139fff9c9e59e47bc | |
parent | cb222e857c6cb7be7c328f43d183668ac93a1edc [diff] [blame] |
diff --git a/coders/xps.c b/coders/xps.c index 40a755b..71978f8 100644 --- a/coders/xps.c +++ b/coders/xps.c
@@ -304,7 +304,7 @@ if (read_info->scenes != (char *) NULL) *read_info->scenes='\0'; } - option=GetImageArtifact(image,"authenticate"); + option=GetImageOption(image_info,"authenticate"); if (option != (const char *) NULL) (void) FormatLocaleString(options+strlen(options),MaxTextExtent, " -sPCLPassword=%s",option);