]> git.gag.com Git - fw/sdcc/commitdiff
swappen from and to
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Mar 2002 11:20:44 +0000 (11:20 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Mar 2002 11:20:44 +0000 (11:20 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1964 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglue.c

index d74cfb612eb973c5ff0e4f1f39b0cca6dbdb0498..54895c198e4679b5496e726511c577d631334a64 100644 (file)
@@ -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 */