mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed crash on deleting entries during synchronization
SVN revision: 1066
This commit is contained in:
parent
0c9ed7afc5
commit
22445afdc1
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.465 2004/09/08 14:41:23 midas
|
||||||
|
Fixed crash on deleting entries during synchronization
|
||||||
|
|
||||||
Revision 1.464 2004/09/08 14:31:37 midas
|
Revision 1.464 2004/09/08 14:31:37 midas
|
||||||
Fixed bug that synchronization was not working together with 'menu commands'
|
Fixed bug that synchronization was not working together with 'menu commands'
|
||||||
|
|
||||||
@ -12901,7 +12904,7 @@ void synchronize_logbook(LOGBOOK * lbs, int mode, BOOL sync_all)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (n_delete > 1)
|
if (n_delete > 1)
|
||||||
rsprintf(loc("Click here to delete %s entries"), n_delete);
|
rsprintf(loc("Click here to delete %d entries"), n_delete);
|
||||||
else
|
else
|
||||||
rsprintf(loc("Click here to delete this entry"));
|
rsprintf(loc("Click here to delete this entry"));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user