]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 29 Apr 1992 17:30:19 +0000 (17:30 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 29 Apr 1992 17:30:19 +0000 (17:30 +0000)
From-SVN: r860

gcc/halfpic.c

index f2012424df7fd808dc33f242c792697822139f9d..0f81cf05f63a66ec37c8fe9c174e102e4448612d 100644 (file)
@@ -343,7 +343,7 @@ half_pic_ptr (operand)
   if (!p->pointer_p)
     {                          /* first time, create pointer */
       obstack_grow (&half_pic_obstack, half_pic_prefix, half_pic_prefix_len);
-      obstack_grow (&half_pic_obstack, name, len);
+      obstack_grow (&half_pic_obstack, name, len+1);
 
       p->next      = half_pic_names;
       p->ref_name  = (char *) obstack_finish (&half_pic_obstack);
This page took 0.062698 seconds and 5 git commands to generate.