From 654a8128d67d4f15d92fb94a86b11eb1db5cb8a6 Mon Sep 17 00:00:00 2001 From: johanknol Date: Fri, 1 Mar 2002 11:20:44 +0000 Subject: [PATCH] swappen from and to git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1964 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCglue.c b/src/SDCCglue.c index d74cfb61..54895c19 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -972,7 +972,7 @@ printIvalPtr (symbol * sym, sym_link * type, initList * ilist, FILE * oFile) /* check the type */ if (compareType (type, val->type) == 0) { werror (W_INIT_WRONG); - printFromToType (type, val->type); + printFromToType (val->type, from); } /* if val is literal */ -- 2.47.2