hplip-bad-low-ink-warning.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. diff -up hplip-3.10.5/prnt/hpijs/dj9xxvip.cpp.bad-low-ink-warning hplip-3.10.5/prnt/hpijs/dj9xxvip.cpp
  2. --- hplip-3.10.5/prnt/hpijs/dj9xxvip.cpp.bad-low-ink-warning 2010-05-13 01:48:58.000000000 +0200
  3. +++ hplip-3.10.5/prnt/hpijs/dj9xxvip.cpp 2010-05-17 14:56:31.000000000 +0200
  4. @@ -2239,7 +2239,7 @@ DRIVER_ERROR DJ9xxVIP::CheckInkLevel()
  5. {
  6. case '5':
  7. {
  8. - if ((*(pStr+1) & 0xf3) > 1)
  9. + if ((*(pStr+1) & 0xf3) > '1')
  10. {
  11. if (err != NO_ERROR)
  12. {
  13. @@ -2254,7 +2254,7 @@ DRIVER_ERROR DJ9xxVIP::CheckInkLevel()
  14. }
  15. case '6':
  16. {
  17. - if ((*(pStr+1) & 0xf3) > 1)
  18. + if ((*(pStr+1) & 0xf3) > '1')
  19. {
  20. if (err != NO_ERROR)
  21. {
  22. @@ -2269,7 +2269,7 @@ DRIVER_ERROR DJ9xxVIP::CheckInkLevel()
  23. }
  24. case '7':
  25. {
  26. - if ((*(pStr+1) & 0xf3) > 1)
  27. + if ((*(pStr+1) & 0xf3) > '1')
  28. {
  29. if (err != NO_ERROR)
  30. {
  31. @@ -2285,7 +2285,7 @@ DRIVER_ERROR DJ9xxVIP::CheckInkLevel()
  32. }
  33. case '8':
  34. {
  35. - if ((*(pStr+1) & 0xf3) > 1)
  36. + if ((*(pStr+1) & 0xf3) > '1')
  37. {
  38. if (err != NO_ERROR)
  39. {