This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]: Regression in windres


Hi Kai,

Index: windres.c
===================================================================
RCS file: /cvs/src/src/binutils/windres.c,v
retrieving revision 1.37
diff -d -u -r1.37 windres.c
--- windres.c   6 Jan 2009 15:36:05 -0000       1.37
+++ windres.c   6 Feb 2009 23:08:58 -0000
@@ -1102,7 +1102,7 @@

       if (hyp != NULL)
         {
-           tname = hyp + 1;
+           tname = ++hyp;

           /* Make sure we dectect architecture names
              for triplets like "pe-arm-wince-little".  */



Ok, this works, too. Do you commit it, or should I do?

Either of you. :-) (ie whoever gets there first).


Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]