2001-05-11 Jochen Eisinger <jochen.eisinger@gmx.de>

* TODO, backend/mustek_pp.c: fixed line-end handling, removed entry
	  from TODO list
DEVEL_2_0_BRANCH-1
Jochen Eisinger 2001-05-11 18:49:37 +00:00
rodzic ea3775ca0c
commit 0ae8b87c55
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2941,14 +2941,14 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
continue;
len = strlen (cp);
if (cp[len - 1] == '\n')
/* if (cp[len - 1] == '\n')
cp[--len] = '\0';
while (len && isspace (cp[len - 1]))
cp[--len] = '\0';
if (!len)
continue; /* ignore empty lines */
continue;*/ /* ignore empty lines */
if (strncmp (cp, "option", 6) == 0 && isspace (cp[6]))