[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fixed incompatibility in PRINTREC defined in sim.h and use in simi.c
From: |
Frederic Y . Bois |
Subject: |
fixed incompatibility in PRINTREC defined in sim.h and use in simi.c |
Date: |
Fri, 3 Apr 2009 06:56:28 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
The following bug has been fixed in mcsim/sim: sim.h defines
struct tagPRINTREC with member cTimes is an "int", while cTimes is
conditionally assigned "LONG_MAX" in GetPrintStep (in simi.c).
cTimes is now defined as a long.
The corrected sim.h file(in mcsim/sim) is available in the official
CVS repository at http://savannah.gnu.org/projects/mcsim
Frederic
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- fixed incompatibility in PRINTREC defined in sim.h and use in simi.c,
Frederic Y . Bois <=