- fatal_error(FE_PATH, 0);
-
- /*
- * Copy path list into ebuf and set the source pointer to the
- * beginning of this buffer.
- */
-
- strcpy(ebuf, s);
- s = ebuf;
-
- for (;;) {
- t = imagedir;
- while (*s && *s != PATH_SEPARATOR)
- *t++ = *s++;
- if (t > imagedir && *(t - 1) == DIR_SEPARATOR)
- ; /* do nothing -- slash already is in place */
- else
- *t++ = DIR_SEPARATOR; /* put in the slash */
- cutoff = t - 1; /* set cutoff */
- strcpy(t, name);
- if (access(imagedir, R_OK) == 0)
- break;
-
- if (*s)
- s++; /* advance source pointer */
- else
- fatal_error(FE_INFND, 0);
- }
+ fatal_error(FE_PATH, 0);
+
+ /*
+ * Copy path list into ebuf and set the source pointer to the
+ * beginning of this buffer.
+ */
+
+ strcpy(ebuf, s);
+ s = ebuf;
+
+ for (;;) {
+ t = imagedir;
+ while (*s && *s != PATH_SEPARATOR)
+ *t++ = *s++;
+ if (t > imagedir && *(t - 1) == DIR_SEPARATOR)
+ ; /* do nothing -- slash already is in place */
+ else
+ *t++ = DIR_SEPARATOR; /* put in the slash */
+ cutoff = t - 1; /* set cutoff */
+ strcpy(t, name);
+ if (access(imagedir, R_OK) == 0)
+ break;
+
+ if (*s)
+ s++; /* advance source pointer */
+ else
+ fatal_error(FE_INFND, 0);
+ }