aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/spadint.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-19 01:25:10 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-19 01:25:10 +0000
commite125fb2cf60581e98bc6e7a65a818533fe1917c4 (patch)
treeea54085ce2144de3ef371b1e62de36c85c74b095 /src/hyper/spadint.c
parent308f70df7e403e68e0ae936ad00500ad46a914b9 (diff)
downloadopen-axiom-e125fb2cf60581e98bc6e7a65a818533fe1917c4.tar.gz
* include/sockio.h (connect_to_local_server): First parameter now
const char*. * include/pixmap.h (zzopen): Second parameter now const char*. * lib/pixmap.c: Propagate change. * lib/sockio-c.c: Likewise. * hyper/parse-types.c (parse_verbatim): Tidy. * hyper/spadint.c (print_source_to_string1): Likewise. * hyper/initx.h (init_top_window): Change parameter type to const char*. * hyper/initx.c: Propagate change. * hyper/titlebar.c: Tidy. (set_name_and_icon): icon_name is now of type const char*. (get_border_properties): bwidth is not of type const char*. (mergeDatabases): classname is now of type const char*. (is_it_850): probtbl.name is now of type const char*.
Diffstat (limited to 'src/hyper/spadint.c')
-rw-r--r--src/hyper/spadint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/spadint.c b/src/hyper/spadint.c
index 20d1b2a2..d31ed6da 100644
--- a/src/hyper/spadint.c
+++ b/src/hyper/spadint.c
@@ -920,7 +920,7 @@ char *
print_source_to_string1(TextNode *command,int * sizeBuf)
{
char *c = p2sBuf;
- char *s;
+ const char *s;
InputItem *item;
LineStruct *curr_line;
int lcount;