merge-requests/569/head
Benoit JUIN 2023-12-03 07:12:11 +01:00
rodzic daebecd216
commit 7efa04ff78
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -625,7 +625,7 @@ attach_one (SANE_String_Const devname)
SANE_Status SANE_Status
scan_devices(){ scan_devices(){
DBG (2, "scan_devices\n"); DBG (2, "scan_devices\n");
SANE_Char config_line[PATH_MAX]; SANE_Char config_line[PATH_MAX];
FILE *fp; FILE *fp;
const char *lp; const char *lp;
@ -635,7 +635,7 @@ scan_devices(){
DBG (2, " free first_device\n"); DBG (2, " free first_device\n");
free(first_device); free(first_device);
} }
first_device = NULL; first_device = NULL;
fp = sanei_config_open (LEXMARK_X2600_CONFIG_FILE); fp = sanei_config_open (LEXMARK_X2600_CONFIG_FILE);