mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 2028
This commit is contained in:
parent
72ebdc83cb
commit
704c8866c7
@ -22134,7 +22134,7 @@ int get_thumb_name(const char *file_name, char *thumb_name, int size, int index)
|
|||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
||||||
|
|
||||||
void call_image_magick(LOGBOOK *lbs, int message_id)
|
void call_image_magick(LOGBOOK *lbs)
|
||||||
{
|
{
|
||||||
char str[256], cmd[256], file_name[256], thumb_name[256];
|
char str[256], cmd[256], file_name[256], thumb_name[256];
|
||||||
int cur_width, cur_height, new_size, cur_rot, new_rot;
|
int cur_width, cur_height, new_size, cur_rot, new_rot;
|
||||||
@ -25621,7 +25621,7 @@ void interprete(char *lbook, char *path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strieq(command, "IM")) {
|
if (strieq(command, "IM")) {
|
||||||
call_image_magick(lbs, message_id);
|
call_image_magick(lbs);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user