Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37844470
en ru br
Репозитории ALT
S:0.99-alt3
5.1: 0.98-alt5
4.1: 0.98-alt4
4.0: 0.98-alt4
3.0: 0.98-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.98

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

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

Патч: barcode-0.99-gcc-10.patch
Скачать


diff --git a/barcode/barcode.h b/barcode/barcode.h
index ed90e0c..ff7b8b4 100644
--- a/barcode/barcode.h
+++ b/barcode/barcode.h
@@ -123,6 +123,6 @@ extern int Barcode_Version(char *versionname);
 }
 #endif
 
-int streaming;
+extern int streaming;
 
 #endif /* _BARCODE_H_ */
diff --git a/barcode/library.c b/barcode/library.c
index 30946ff..5390a2b 100644
--- a/barcode/library.c
+++ b/barcode/library.c
@@ -30,6 +30,8 @@
 #endif
 #include <errno.h>
 
+int streaming;
+
 /*
  * This function allocates a barcode structure and strdup()s the
  * text string. It returns NULL in case of error
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin