mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 23:38:05 -04:00
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
$NetBSD: patch-bj,v 1.1 2005/04/05 15:58:05 is Exp $
|
|
|
|
--- sr/gexpr.c.orig 1999-10-26 03:06:20.000000000 +0200
|
|
+++ sr/gexpr.c
|
|
@@ -942,7 +942,7 @@ Nodeptr e;
|
|
r = RNODE (e);
|
|
if (l->e_sig->g_type == T_STRING) {
|
|
if (option_O)
|
|
- cprintf ("(DATA(%e)+%e-1)", l, r);
|
|
+ cprintf ("((Char*)DATA(%e)+%e-1)", l, r);
|
|
else {
|
|
cprintf ("(");
|
|
once (l, ',');
|