kopia lustrzana https://gitlab.com/sane-project/backends
escl : Adapt the code to HTTP2
rodzic
a49ae14715
commit
ce0f507649
|
@ -298,7 +298,7 @@ wake_up_device:
|
|||
}
|
||||
else {
|
||||
if (download->memory != NULL) {
|
||||
char *tmp_location = strstr(download->memory, "Location:");
|
||||
char *tmp_location = strcasestr(download->memory, "Location:");
|
||||
if (tmp_location) {
|
||||
temporary = strchr(tmp_location, '\r');
|
||||
if (temporary == NULL)
|
||||
|
|
Ładowanie…
Reference in New Issue