Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/text/MessageFormat.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* MessageFormat.java - Localized message formatting.
    2    Copyright (C) 1999, 2001 Free Software Foundation, Inc.
     2   Copyright (C) 1999, 2001 Free Software Foundation, Inc.
    33
    44This file is part of GNU Classpath.
     
    374374              {
    375375                StringBuffer buf = new StringBuffer ();
    376                 // FIXME: don't actually know what is correct here.
    377                 // Can a sub-format refer to any argument, or just
    378                 // the single argument passed to it?  Must test
    379                 // against JDK.
    380376                formatter.format(thisArg, buf, ignore);
    381377                MessageFormat mf = new MessageFormat ();
    382378                mf.setLocale(locale);
    383379                mf.applyPattern(buf.toString());
    384                 formatter = mf;
     380                ;
    385381              }
    386             formatter.format(thisArg, appendBuf, ignore);
     382            else
     383              formatter.format(thisArg, appendBuf, ignore);
    387384          }
    388385
Note: See TracChangeset for help on using the changeset viewer.