Changeset 7669 for ImageMagick/trunk/MagickCore/utility.c
- Timestamp:
- 04/26/12 14:18:48 (14 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/MagickCore/utility.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/MagickCore/utility.c
r7580 r7669 772 772 (LocaleCompare(magick,"VID") == 0)) 773 773 continue; 774 if ((IsGlob( filename) == MagickFalse) && (*filename!= '@'))774 if ((IsGlob(option) == MagickFalse) && (*option != '@')) 775 775 continue; 776 if (* filename!= '@')776 if (*option != '@') 777 777 { 778 778 /* … … 785 785 directory=getcwd(home_directory,MaxTextExtent-1); 786 786 (void) directory; 787 filelist=ListFiles(*path == '\0' ? home_directory : path, filename,787 filelist=ListFiles(*path == '\0' ? home_directory : path,option, 788 788 &number_files); 789 789 } … … 803 803 */ 804 804 exception=AcquireExceptionInfo(); 805 files=FileToString( filename+1,~0,exception);805 files=FileToString(option+1,~0,exception); 806 806 exception=DestroyExceptionInfo(exception); 807 807 if (files == (char *) NULL)
Note: See TracChangeset
for help on using the changeset viewer.
