# HG changeset patch # User viric@llimona # Date 1147023065 -7200 # Node ID d46184674fe78e818e6a4356dc9f5644c4036447 # Parent 443554b46d2be09db93b5acd48ef85244d254b57 Added a variable managing the output file handle (stdout,stderr) diff -r 443554b46d2b -r d46184674fe7 os.c --- a/os.c Sun May 07 16:31:04 2006 +0200 +++ b/os.c Sun May 07 19:31:05 2006 +0200 @@ -15,6 +15,8 @@ int max_depth_period = 0; struct Map * actual_map = NULL; +static FILE *info_handle; + void ReadMap(struct Map *M, char *FileName) { @@ -109,8 +111,8 @@ for (j = 0; j