Silence warning

This commit is contained in:
twinaphex 2019-11-09 18:01:13 +01:00
parent 0c83d2a7cf
commit 455982da91

View File

@ -3524,10 +3524,12 @@ static bool run_translation_service(void)
/* mode */
{
char temp_string[PATH_MAX_LENGTH];
char *mode_chr = NULL;
/*"image" is included for backwards compatability with
* vgtranslate < 1.04 */
char* mode_chr;
temp_string[0] = '\0';
if (settings->uints.ai_service_mode == 0)
{
if (use_overlay)