Commit f3522fc6 authored by claes's avatar claes

Fixed bug with warm restart

parent a483bb5b
/* /*
* Proview $Id: xtt_main.cpp,v 1.2 2007-01-17 06:18:11 claes Exp $ * Proview $Id: xtt_main.cpp,v 1.3 2007-05-07 12:37:18 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
...@@ -175,7 +175,7 @@ void Xtt::qcom_events( void *data) ...@@ -175,7 +175,7 @@ void Xtt::qcom_events( void *data)
char mp[2000]; char mp[2000];
qcom_sQid qid = qcom_cNQid; qcom_sQid qid = qcom_cNQid;
qcom_sGet get; qcom_sGet get;
int swap = 0; static int swap = 0;
pwr_tStatus sts = 1; pwr_tStatus sts = 1;
while ( ODD(sts)) { while ( ODD(sts)) {
......
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