mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed compiler warning
SVN revision: 1314
This commit is contained in:
parent
fa40d09f80
commit
d83a8e7f11
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.621 2005/04/07 20:19:26 ritt
|
||||||
|
Fixed compiler warning
|
||||||
|
|
||||||
Revision 1.620 2005/04/07 20:17:28 ritt
|
Revision 1.620 2005/04/07 20:17:28 ritt
|
||||||
Redirect to source logbook for copy/move
|
Redirect to source logbook for copy/move
|
||||||
|
|
||||||
@ -17906,7 +17909,7 @@ void copy_to(LOGBOOK * lbs, int src_id, char *dest_logbook, int move, int orig_i
|
|||||||
if (source_id)
|
if (source_id)
|
||||||
sprintf(str, "%d", source_id);
|
sprintf(str, "%d", source_id);
|
||||||
else
|
else
|
||||||
sprintf(str, "");
|
str[0] = 0;
|
||||||
redirect(lbs, str);
|
redirect(lbs, str);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user