aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CheckpointRecovery.c')
-rw-r--r--src/CheckpointRecovery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index 31fd0b1..f12161b 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -518,7 +518,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
static int first_time_called = 1;
- /* FIXME: this can go in BETA13 */
+ /* FIXME: this can go in BETA12 */
if (first_time_called)
{
extern int IOUtil_FixRecoveryParameters (void);
@@ -674,7 +674,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
IOUtil_RecoverGH() */
checkpoint_file_exists = retval > 0;
- /* FIXME: this can go in BETA13 */
+ /* FIXME: this can go in BETA12 */
if (retval > 0)
{
extern int IOUtil_FixParameters (void);