Commit 43c8c5cf authored by claes's avatar claes

PID in filename for nameless jounalfiles

parent afbfb366
/* /*
* Proview $Id: ge_graph_journal.cpp,v 1.1 2008-05-13 13:59:02 claes Exp $ * Proview $Id: ge_graph_journal.cpp,v 1.2 2008-05-14 06:51:51 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -82,7 +82,7 @@ GraphJournal::GraphJournal( Graph *g, int *sts) : graph(g), status(journal_eStat ...@@ -82,7 +82,7 @@ GraphJournal::GraphJournal( Graph *g, int *sts) : graph(g), status(journal_eStat
strcpy( rename_name, ""); strcpy( rename_name, "");
// Open default file // Open default file
*sts = open( "noname"); *sts = open( "nameless_$$");
} }
GraphJournal::~GraphJournal() GraphJournal::~GraphJournal()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment