freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] tiny patch for ftsystem.c


From: Daniel Robbins
Subject: [Devel] tiny patch for ftsystem.c
Date: Thu, 3 Jan 2002 19:07:05 -0600
User-agent: Mutt/1.3.22.1i

Hi all,

A trivial fix that I needed to get ftsystem.c to compile:


--- builds/unix/ftsystem.c.orig Thu Jan  3 18:02:53 2002
+++ builds/unix/ftsystem.c      Thu Jan  3 17:57:44 2002
@@ -207,7 +207,7 @@
   FT_New_Stream( const char*  filepathname,
                  FT_Stream    stream )
   {
-    int          file;
+    int          file, ret;
     struct stat  stat_buf;
 
 
-- 
Daniel Robbins                                  <address@hidden>
Chief Architect/President                       http://www.gentoo.org 
Gentoo Technologies, Inc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]