diff scripts/image/loadimage.m @ 5921:28e8abe7027e

[project @ 2006-08-14 18:06:58 by jwe]
author jwe
date Mon, 14 Aug 2006 18:07:07 +0000
parents 2618a0750ae6
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/image/loadimage.m	Mon Aug 14 16:46:33 2006 +0000
+++ b/scripts/image/loadimage.m	Mon Aug 14 18:07:07 2006 +0000
@@ -36,7 +36,7 @@
     error ("loadimage: expecting filename as a string");
   endif
 
-  file = file_in_path (IMAGEPATH, filename);
+  file = file_in_path (IMAGE_PATH, filename);
 
   if (isempty (file))
     error ("loadimage: unable to find image file");