Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37790734
en ru br
Репозитории ALT

Группа :: Графика
Пакет: GTS

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: GTS-2.5.1-alt-return-type.patch
Скачать


diff --git a/sources/libcpp55iip_scan/sane_scan.cpp b/sources/libcpp55iip_scan/sane_scan.cpp
index 04896d6..5d17445 100644
--- a/sources/libcpp55iip_scan/sane_scan.cpp
+++ b/sources/libcpp55iip_scan/sane_scan.cpp
@@ -532,6 +532,7 @@ double iip_scan::gts_coord_to_sane(double x, double res) {
     switch(this->_coordinate_unit) {
         case SANE_UNIT_MM:
             return x * 10;
+        default:
         case SANE_UNIT_PIXEL:
             return x * 0.393701 * res;
     }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin