Removed support for relative paths (and in fact added testing for absolute paths) as relative paths are not re-applyable by their very nature.
diff --git a/contiki-apple2/main.c b/contiki-apple2/main.c
index 18ee966..0332ee3 100644
--- a/contiki-apple2/main.c
+++ b/contiki-apple2/main.c
@@ -32,7 +32,7 @@
  *
  * This file is part of the Contiki desktop environment 
  *
- * $Id: main.c,v 1.17 2006/05/29 21:07:53 oliverschmidt Exp $
+ * $Id: main.c,v 1.18 2006/06/28 23:10:43 oliverschmidt Exp $
  *
  */
 
@@ -64,7 +64,7 @@
 #endif
 
 unsigned char lanslot;
-unsigned char prefixlen;
+unsigned char prefixok;
 
 #pragma bssseg(push, "UIPBUF");
 u8_t uip_buf[UIP_BUFSIZE + 2];