[svn] / branches / release-1_0-branch / xvidcore / src / image / font.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/image/font.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1462, Thu May 27 14:25:49 2004 UTC revision 1463, Fri May 28 21:40:11 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: font.c,v 1.5 2004-03-22 22:36:23 edgomez Exp $   * $Id: font.c,v 1.5.2.1 2004-05-28 21:40:11 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 590  Line 590 
590    
591          va_start(args, fmt);          va_start(args, fmt);
592          vsprintf(buf, fmt, args);          vsprintf(buf, fmt, args);
593            va_end(args);
594    
595          for (i = 0; i < buf[i]; i++) {          for (i = 0; i < buf[i]; i++) {
596                  const char * font;                  const char * font;

Legend:
Removed from v.1462  
changed lines
  Added in v.1463

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4