From 4a41d97afc484b8aac5470ca282e7e6eea97614a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 10 Feb 2011 14:24:31 +0900 Subject: [PATCH] Angle brackets and html :P --- tools/qfcc/source/dot_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/dot_flow.c b/tools/qfcc/source/dot_flow.c index b3792d9b6..8a89bef04 100644 --- a/tools/qfcc/source/dot_flow.c +++ b/tools/qfcc/source/dot_flow.c @@ -137,7 +137,7 @@ get_operand (operand_t *op) case op_pointer: type = op->o.pointer->type; if (op->o.pointer->def) - return va ("(%s)[%d]<%s>", + return va ("(%s)[%d]<%s>", type ? pr_type_name[type->type] : "???", op->o.pointer->val, op->o.pointer->def->name); else