Subversion Repositories SvarDOS

Rev

Rev 248 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 248 Rev 258
Line 129... Line 129...
129
        kitten_printf(7, 10, "Warning: Ignored an illegal '%s' value at line #%d", "skiplinks", nline);
129
        kitten_printf(7, 10, "Warning: Ignored an illegal '%s' value at line #%d", "skiplinks", nline);
130
        puts("");
130
        puts("");
131
      }
131
      }
132
    } else if (strcasecmp(token, "DIR") == 0) { /* custom directory entry */
132
    } else if (strcasecmp(token, "DIR") == 0) { /* custom directory entry */
133
      char *argv[2];
133
      char *argv[2];
134
      #define realLocation_len 512
-
 
135
      if (parsecmd(value, argv, 2) != 2) {
134
      if (parsecmd(value, argv, 2) != 2) {
136
        kitten_printf(7, 11, "Warning: Invalid 'DIR' directive found at line #%d", nline);
135
        kitten_printf(7, 11, "Warning: Invalid 'DIR' directive found at line #%d", nline);
137
        puts("");
136
        puts("");
138
      }
137
      }
139
      /* add the entry to the list */
138
      /* add the entry to the list */