#ifdef MSDOS
-#define PATHSTR "%s\\%c%c%c%c.%d"
+#define PATHSTR "%s\\%c%c%c%c.%ld"
#define PERMSTR "rb"
#else
-#define PATHSTR "%s/%c%c%c%c.%d"
+#define PATHSTR "%s/%c%c%c%c.%ld"
#define PERMSTR "r"
#endif
}
+void
GetIndString(char *str, int id, short num)
{
struct StringTable **tp, *st = NULL;