Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753339
en ru br
ALT Linux repos
S:1.04-alt1.git20120717
5.0: 1.04-alt1.1
4.1: 1.04-alt1.1
4.0: 1.04-alt1.1
3.0: 1.04-alt1.1

Group :: System/X11
RPM: pcf2bdf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pcf2bdf-1.04-alt-popen_type.patch
Download


--- pcf2bdf-1.04/pcf2bdf.cc.popen	2002-10-20 19:35:29 +0300
+++ pcf2bdf-1.04/pcf2bdf.cc	2004-11-30 23:18:35 +0200
@@ -595,7 +595,7 @@
     fclose(ifp);
     char buf[1024];
     sprintf(buf, "gzip -dc %s", ifilename); // TODO
-    ifp = popen(buf, "rb");
+    ifp = popen(buf, "r");
     _setmode(fileno(ifp), O_BINARY);
     read_bytes = 0;
     if (!ifp)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin