summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/fribidi-main.c8
-rw-r--r--lib/fribidi-common.h7
2 files changed, 8 insertions, 7 deletions
diff --git a/bin/fribidi-main.c b/bin/fribidi-main.c
index 5c232af..3744fe7 100644
--- a/bin/fribidi-main.c
+++ b/bin/fribidi-main.c
@@ -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;
diff --git a/lib/fribidi-common.h b/lib/fribidi-common.h
index bc415dc..c870374 100644
--- a/lib/fribidi-common.h
+++ b/lib/fribidi-common.h
@@ -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 */