changeset 185:a3a15d67c85f

IMAGEPATH is now changed to IMAGE_PATH in 2.9.6, so fix all references to it. Everything in extra/patches is so old it is not relevant for 2.9.x, so I'm removing it all.
author qspencer
date Mon, 17 Jul 2006 18:25:13 +0000
parents 1e5f5757c846
children 13c6a9bdec24
files imread.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imread.m
+++ b/imread.m
@@ -38,7 +38,7 @@
 	error("imread: filename must be a string")
     endif
 
-    fn = file_in_path(IMAGEPATH, filename);
+    fn = file_in_path(IMAGE_PATH, filename);
     if isempty(fn)
 	error("imread: cannot find %s", filename);
     endif