mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed compiler warning
SVN revision: 998
This commit is contained in:
parent
7b6e7741a9
commit
adb016a010
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.416 2004/07/30 13:41:40 midas
|
||||||
|
Fixed compiler warning
|
||||||
|
|
||||||
Revision 1.415 2004/07/30 08:06:46 midas
|
Revision 1.415 2004/07/30 08:06:46 midas
|
||||||
Improved error display with synchronization
|
Improved error display with synchronization
|
||||||
|
|
||||||
@ -11815,10 +11818,8 @@ void synchronize_logbook(LOGBOOK * lbs, int mode)
|
|||||||
mprint(lbs, mode, error_str);
|
mprint(lbs, mode, error_str);
|
||||||
else
|
else
|
||||||
mprint(lbs, mode, "Remote config received");
|
mprint(lbs, mode, "Remote config received");
|
||||||
} else {
|
} else
|
||||||
sprintf(str, "ID%d:\t%s", message_id, loc("Remote config should be received"));
|
mprint(lbs, mode, loc("Remote config should be received"));
|
||||||
mprint(lbs, mode, str);
|
|
||||||
}
|
|
||||||
|
|
||||||
md5_cache[0].message_id = -1;
|
md5_cache[0].message_id = -1;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user