]> granicus.if.org Git - fribidi/commitdiff
Two small fixes to make compilation with -DDONT_HAVE_FRIBIDI_CONFIG_H go on.
authorbehdad <behdad>
Wed, 23 Jun 2004 22:26:06 +0000 (22:26 +0000)
committerbehdad <behdad>
Wed, 23 Jun 2004 22:26:06 +0000 (22:26 +0000)
bin/fribidi-main.c
lib/fribidi-common.h

index 5c232afeb7c258c5e78faf09a5e937e29e245e0c..3744fe7fc821e8022236390de5aa3b9c22f34143 100644 (file)
@@ -1,10 +1,10 @@
 /* FriBidi
  * fribidi-main.c - command line program for libfribidi
  *
- * $Id: fribidi-main.c,v 1.10 2004-06-09 20:01:00 behdad Exp $
+ * $Id: fribidi-main.c,v 1.11 2004-06-23 22:26:06 behdad Exp $
  * $Author: behdad $
- * $Date: 2004-06-09 20:01:00 $
- * $Revision: 1.10 $
+ * $Date: 2004-06-23 22:26:06 $
+ * $Revision: 1.11 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/bin/fribidi-main.c,v $
  *
  * Authors:
@@ -229,7 +229,7 @@ main (
   eol_text = NULL;
   input_base_direction = FRIBIDI_TYPE_ON;
 
-  if ((s = getenv ("COLUMNS")))
+  if ((s = (char *) getenv ("COLUMNS")))
     {
       int i;
 
index bc415dcc625fed1be8ab202b10dfaa47848e2e15..c87037478e5d81700af24c67fcc0554fde59a2f4 100644 (file)
@@ -1,10 +1,10 @@
 /* FriBidi
  * fribidi-common.h - common include for library headers
  *
- * $Id: fribidi-common.h,v 1.9 2004-06-09 14:59:21 behdad Exp $
+ * $Id: fribidi-common.h,v 1.10 2004-06-23 22:26:06 behdad Exp $
  * $Author: behdad $
- * $Date: 2004-06-09 14:59:21 $
- * $Revision: 1.9 $
+ * $Date: 2004-06-23 22:26:06 $
+ * $Revision: 1.10 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/fribidi-common.h,v $
  *
  * Author:
@@ -38,6 +38,7 @@
 # define FRIBIDI "fribidi"
 # define FRIBIDI_NAME "fribidi"
 # define FRIBIDI_VERSION "unknown"
+# define FRIBIDI_BUGREPORT "unknown"
 # define FRIBIDI_INTERFACE_VERSION_STRING "unknown"
 #endif /* DONT_HAVE_FRIBIDI_CONFIG_H */