2000-04-22 02:50:45 +00:00
|
|
|
--- rc.c.orig Sat Apr 22 06:47:16 2000
|
|
|
|
+++ rc.c Sat Apr 22 06:47:24 2000
|
|
|
|
@@ -762,16 +762,3 @@
|
|
|
|
Strcat_charp(file, base);
|
|
|
|
return expandName(file->ptr);
|
2000-01-30 16:23:57 +00:00
|
|
|
}
|
|
|
|
-
|
2000-04-22 02:50:45 +00:00
|
|
|
-char *
|
2000-01-30 16:23:57 +00:00
|
|
|
-helpFile(char *base)
|
|
|
|
-{
|
2000-04-22 02:50:45 +00:00
|
|
|
-#ifdef __EMX__
|
|
|
|
- Str file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR));
|
|
|
|
-#else /* not __EMX__ */
|
|
|
|
- Str file = Strnew_charp(HELP_DIR);
|
|
|
|
-#endif /* not __EMX__ */
|
2000-01-30 16:23:57 +00:00
|
|
|
- Strcat_char(file, '/');
|
|
|
|
- Strcat_charp(file, base);
|
|
|
|
- return expandName(file->ptr);
|
|
|
|
-}
|