This commit is contained in:
jl777
2019-02-06 07:02:48 -11:00
parent fee10112f0
commit 518f11f77d
2 changed files with 3 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ encwrite(char *start, size_t size, FILE *outf)
{
char *e1, *e2, fb;
int temp;
extern char statlist[];
extern char *statlist;
size_t o_size = size;
e1 = encstr;
e2 = statlist;
@@ -371,7 +371,7 @@ encread(char *start, size_t size, FILE *inf)
char *e1, *e2, fb;
int temp;
size_t read_size;
extern char statlist[];
extern char *statlist;
fb = 0;

View File

@@ -13,5 +13,5 @@
char *release = "5.4.4";
char *encstr = "\300k||`\251Y.'\305\321\201+\277~r\"]\240_\223=1\341)\222\212\241t;\t$\270\314/<#\201\254";
char statlist[] = "\355kl{+\204\255\313idJ\361\214=4:\311\271\341wK<\312\321\213,,7\271/Rk%\b\312\f\246";
char *statlist = "\355kl{+\204\255\313idJ\361\214=4:\311\271\341wK<\312\321\213,,7\271/Rk%\b\312\f\246";
char *version = "rogue (rogueforge) 09/05/07";