12 lines
281 B
Diff
12 lines
281 B
Diff
--- yasm-0.4.0/libyasm/expr.c.xx 2005-04-27 15:31:30.192943601 +0200
|
|
+++ yasm-0.4.0/libyasm/expr.c 2005-04-27 15:32:19.374893145 +0200
|
|
@@ -1191,7 +1191,7 @@
|
|
void
|
|
yasm_expr_print(const yasm_expr *e, FILE *f)
|
|
{
|
|
- char opstr[6];
|
|
+ char opstr[8];
|
|
int i;
|
|
|
|
if (!e) {
|