kopia lustrzana https://gitlab.com/sane-project/backends
Fix infinite loop
rodzic
0f347bbd15
commit
e07c3ea3d6
|
@ -2033,6 +2033,7 @@ pixma_add_custom_mp150_device (const char *name,
|
|||
if(strstr(capacity, ccaps[lcaps]) != NULL) {
|
||||
caps = caps | ucaps[lcaps];
|
||||
}
|
||||
lcaps++;
|
||||
}
|
||||
|
||||
ddpi = atoi(dpi);
|
||||
|
|
Ładowanie…
Reference in New Issue