Comment 7 for bug 542345

Revision history for this message
Sebastien Bacher (seb128) wrote :

"+ res = get_session_comment_for_file (filename, &comment);
+ if (! res) {
+ g_critical ("Cannot read specified session file: %s", filename);
+ g_free (filename);
+ exit (1);
+ }
"

it seems that should return and not exit in such cases