Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37514035
en ru br
ALT Linux repositórios
S:0.99-alt3
5.0: 0.98-alt4
4.1: 0.98-alt4
4.0: 0.98-alt4
3.0: 0.98-alt1

Outros repositórios
Upstream:0.98

Group :: Gráficos
RPM: barcode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: barcode-0.99-gcc-10.patch
Download


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
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009